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

source code of glibc/elf/ltglobmod1.c