diff options
Diffstat (limited to 'test/t1.c')
-rw-r--r-- | test/t1.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ int fibo(int n) { return b; } -void main(int argc, int **argv) { +void main() { int a = 1; int b = 2 + a * 3; glob = glob + 1; |