mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
18 lines
137 B
Perl
18 lines
137 B
Perl
|
|
|
|
|
|
|
|
local terra foo()
|
|
end
|
|
|
|
local terra bar()
|
|
end
|
|
|
|
foo:compile()
|
|
bar:compile()
|
|
foo = nil
|
|
|
|
collectgarbage()
|
|
collectgarbage()
|
|
|
|
print("HERE") |