summaryrefslogtreecommitdiff
path: root/test/weird.c
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-03-27 11:27:08 -1000
committerCarson Fleming <[email protected]>2026-03-27 11:27:08 -1000
commit414a608c36b2d8f208ad0223219736d7582948ae (patch)
treeeeeb284023236a4ee53bb4a78608c3cd1e3992bb /test/weird.c
parentfca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e (diff)
downloadccc-414a608c36b2d8f208ad0223219736d7582948ae.tar.gz
fix some stuff
Diffstat (limited to 'test/weird.c')
-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;
}