glibc/elf/global.c

8 lines
63 B
C

extern int test (void);
int
main (void)
{
return test ();
}