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

source code of glibc/elf/dblloadmod3.c