aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/auto/strange.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/auto/strange.sy')
-rw-r--r--progs/tests/auto/strange.sy18
1 files changed, 9 insertions, 9 deletions
diff --git a/progs/tests/auto/strange.sy b/progs/tests/auto/strange.sy
index c495041..b6aad0f 100644
--- a/progs/tests/auto/strange.sy
+++ b/progs/tests/auto/strange.sy
@@ -1,15 +1,15 @@
start :: fn {
-a := 0
-{
- b := 99999
+ a := 0
{
- a := 99999
- a
+ b := 99999
+ {
+ a := 99999
+ a
+ }
+ b
+ a -= 1
}
- b
- a -= 1
-}
-a <=> -1
+ a <=> -1
}