mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 16:18:48 +00:00
gc data scan init + temp test
This commit is contained in:
parent
975126e2bd
commit
98f9cc0254
2 changed files with 42 additions and 0 deletions
11
src/testgc.expr
Normal file
11
src/testgc.expr
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
x := 0;
|
||||
y := 0;
|
||||
z := 0;
|
||||
t := 0;
|
||||
test ();
|
||||
y := "abc";
|
||||
test ();
|
||||
t := [];
|
||||
test ();
|
||||
t := 0;
|
||||
test ()
|
||||
Loading…
Add table
Add a link
Reference in a new issue