summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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;
+}