Global definitions; regression tests fixed

This commit is contained in:
Dmitry Boulytchev 2019-09-19 18:37:08 +03:00
parent a3b12425fd
commit f5b802ebed
56 changed files with 121 additions and 10 deletions

View file

@ -6,6 +6,8 @@ fun test2 (b) {
a := b
}
global x, a, b;
x := read ();
test1 ();