summaryrefslogtreecommitdiff
path: root/tests/super_simple.c
diff options
context:
space:
mode:
authorMatthew Sotoudeh <matthew@masot.net>2023-07-25 14:58:33 -0700
committerMatthew Sotoudeh <matthew@masot.net>2023-07-25 14:58:33 -0700
commit1d943da0cf9154e7ce78ce867cdbb91531c5d78e (patch)
tree40c5c6c3ba7fafa6567aa5b5aa216caecf3935fc /tests/super_simple.c
initial dietc commit
Diffstat (limited to 'tests/super_simple.c')
-rw-r--r--tests/super_simple.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/super_simple.c b/tests/super_simple.c
new file mode 100644
index 0000000..8f1a336
--- /dev/null
+++ b/tests/super_simple.c
@@ -0,0 +1,5 @@
+int main(void) {
+ int x = 1;
+ int y = 2;
+ return y;
+}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback