1extern int foo (void);
2extern int call_me (void);
3
4int
5call_me (void)
6{
7 return foo () - 42;
8}
9

source code of glibc/elf/reldepmod2.c