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

source code of glibc/elf/constload3.c