summaryrefslogtreecommitdiff
path: root/examples/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple.c')
-rw-r--r--examples/simple.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/simple.c b/examples/simple.c
index a8110a7..4d3139c 100644
--- a/examples/simple.c
+++ b/examples/simple.c
@@ -1,3 +1,5 @@
-if (x + 5 == 10) {
- x += 2;
-}
+if (1)
+ if (1)
+ 1;
+ else
+ 1;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback