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

source code of glibc/elf/reldep4mod4.c