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

source code of glibc/elf/reldepmod5.c