mirror of https://gitee.com/Nocallback/glibc.git
1 changed files with 1 additions and 1 deletions
@ -1,7 +1,7 @@ |
|||||
extern int test (void); |
extern int test (void); |
||||
|
|
||||
int |
int |
||||
main() |
main (void) |
||||
{ |
{ |
||||
return test (); |
return test (); |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue