summaryrefslogtreecommitdiff
path: root/miniany/test3.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/test3.c')
-rw-r--r--miniany/test3.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/miniany/test3.c b/miniany/test3.c
new file mode 100644
index 0000000..02da9a6
--- /dev/null
+++ b/miniany/test3.c
@@ -0,0 +1,7 @@
+/* test2 */
+
+int i;
+int j;
+
+i = 4;
+j = i;