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

source code of glibc/elf/dblloadmod1.c