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

source code of glibc/elf/reldepmod1.c