glibc/elf/global.c

8 lines
63 B
C
Raw Normal View History

2022-05-13 23:30:52 +08:00
extern int test (void);
int
main (void)
{
return test ();
}