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

source code of glibc/elf/global.c