aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/simple.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/simple.sy')
-rw-r--r--progs/tests/simple.sy14
1 files changed, 9 insertions, 5 deletions
diff --git a/progs/tests/simple.sy b/progs/tests/simple.sy
index 42b9ac2..0f69ae2 100644
--- a/progs/tests/simple.sy
+++ b/progs/tests/simple.sy
@@ -1,7 +1,11 @@
-a :: 1
-a <=> 1
-b := 2
+a := 0
{
- a <=> 1
- b <=> 2
+ b := 99999
+ {
+ a := 99999
+ a
+ }
+ b
+ a -= 1
}
+a <=> -1