diff options
author | tomsmeding <tom.smeding@gmail.com> | 2018-01-07 20:34:58 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2018-01-07 20:35:15 +0100 |
commit | 6eb88017ce9a2e91d90634cbb77097dd821b8626 (patch) | |
tree | 73e96896a0fc648e3458b59c5a52b3f4d0587a36 /test | |
parent | 88548f1a9796b1bc02d6d81552450401c0015f28 (diff) |
Accept empty parameter lists
Diffstat (limited to 'test')
-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; |