aboutsummaryrefslogtreecommitdiff
path: root/test/t1.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/t1.c')
-rw-r--r--test/t1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t1.c b/test/t1.c
index 6493dec..e47dfb0 100644
--- a/test/t1.c
+++ b/test/t1.c
@@ -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;