summaryrefslogtreecommitdiff
path: root/tests/super_simple.c
diff options
context:
space:
mode:
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