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

source code of glibc/elf/reldepmod6.c