summaryrefslogtreecommitdiff
path: root/test/weird.c
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2026-03-27 10:30:10 -1000
committerCarson Fleming <cflems@cflems.net>2026-03-27 10:30:10 -1000
commitfca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e (patch)
tree0618ad64a13e949ce9273098df724d8d25bdcb36 /test/weird.c
parent21f688c1eac5fb09ae68fd9b3cfcff687de36601 (diff)
downloadccc-fca3bf239cfdf03c4479f5d0c14a21c1fd96ea3e.tar.gz
woah we got variables
Diffstat (limited to 'test/weird.c')
-rw-r--r--test/weird.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/weird.c b/test/weird.c
new file mode 100644
index 0000000..74a74be
--- /dev/null
+++ b/test/weird.c
@@ -0,0 +1,3 @@
+int main(int argc) {
+ return argc;
+}