fun f () local b {
b := 7;
test ();
b := y;
b := 9;
return 0
}
--x := 0;
--y := 0;
--z := 0;
--t := 0;
--test ();
y := "abc";
t := [];
t := 0;
f ()