summaryrefslogtreecommitdiff
path: root/miniany/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniany/test1.c')
-rw-r--r--miniany/test1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/miniany/test1.c b/miniany/test1.c
index 4eeffed..d7015e2 100644
--- a/miniany/test1.c
+++ b/miniany/test1.c
@@ -5,3 +5,4 @@ int j;
i = 12+25/5-2*3; // 25/5 -> 5, 12+5 -> 17, 2*3 -> 6, 17-6 -> 11
j = i/3+3*4; // 11 / 3 -> 3, 3*4 -> 12, 3+12 -> 15
+putint i;