summaryrefslogtreecommitdiff
path: root/tests/test_scoping/want
blob: 6e7a1546d59b2e1330e9e687170ebad49fea1ef8 (plain)
1
2
3
4
5
6
7
8
9
in foo: $a = A
in foo: $b = B
in foo: $c = 
in foo (after set): $a = X
in foo (after set): $b = Y
in foo (after set): $c = Z
$a = X
$b = B
$c =