]> git.ipfire.org Git - thirdparty/glibc.git/blame - elf/global.c
test-container: Fix "unused code" warnings on HURD
[thirdparty/glibc.git] / elf / global.c
CommitLineData
273a3cfb
UD
1extern int test (void);
2
3int
5b5d0785 4main (void)
273a3cfb
UD
5{
6 return test ();
7}