Add global & test
This commit is contained in:
parent
cf2fa09d6c
commit
10b984556d
@ -16,3 +16,8 @@ def f() {
|
||||
|
||||
f();
|
||||
|
||||
|
||||
global &h = v;
|
||||
assert_true(h == v)
|
||||
v = 3;
|
||||
assert_true(h == 3)
|
||||
|
Loading…
x
Reference in New Issue
Block a user