aboutsummaryrefslogtreecommitdiffstats
path: root/progs/tests/scoping.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/tests/scoping.sy')
-rw-r--r--progs/tests/scoping.sy1
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/tests/scoping.sy b/progs/tests/scoping.sy
index 7679948..f8e0b00 100644
--- a/progs/tests/scoping.sy
+++ b/progs/tests/scoping.sy
@@ -9,5 +9,6 @@ a <=> 1
{
a = 2
a : int = 1
+ a
}
a <=> 2