Files
linguist/samples/Terra/gctest.t
2016-01-28 11:22:27 +07:00

18 lines
137 B
Perl

local terra foo()
end
local terra bar()
end
foo:compile()
bar:compile()
foo = nil
collectgarbage()
collectgarbage()
print("HERE")