diff --git a/elf/global.c b/elf/global.c index 6a4d9604eb..c675858b64 100644 --- a/elf/global.c +++ b/elf/global.c @@ -1,7 +1,7 @@ extern int test (void); int -main() +main (void) { return test (); }