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

source code of glibc/elf/reldep4mod3.c