gc data scan init + temp test

This commit is contained in:
danyabeerzun 2018-11-06 16:18:09 +03:00
parent 975126e2bd
commit 98f9cc0254
2 changed files with 42 additions and 0 deletions

11
src/testgc.expr Normal file
View file

@ -0,0 +1,11 @@
x := 0;
y := 0;
z := 0;
t := 0;
test ();
y := "abc";
test ();
t := [];
test ();
t := 0;
test ()