summaryrefslogtreecommitdiff
path: root/miniany/test2.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2024-01-14 19:46:20 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2024-01-14 19:46:20 +0100
commit41568587eaee36488b70e6e76b2f9ea68890471e (patch)
tree87bf362dd5bad006d96983f6848bb3c878b59a2e /miniany/test2.c
parent7bde6411b1b82cafd997df8ac222e82280a6e786 (diff)
downloadcompilertests-41568587eaee36488b70e6e76b2f9ea68890471e.tar.gz
compilertests-41568587eaee36488b70e6e76b2f9ea68890471e.tar.bz2
updated todos and documentation
Diffstat (limited to 'miniany/test2.c')
-rw-r--r--miniany/test2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/miniany/test2.c b/miniany/test2.c
new file mode 100644
index 0000000..374971d
--- /dev/null
+++ b/miniany/test2.c
@@ -0,0 +1,5 @@
+/* test2 */
+
+int i;
+
+i = 1+2*3/4-5*6+7*8;