summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/weird.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/weird.c b/test/weird.c
index 74a74be..bc49f3f 100644
--- a/test/weird.c
+++ b/test/weird.c
@@ -1,3 +1,3 @@
-int main(int argc) {
+int main(int argc, char** argv) {
return argc;
}