mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
7 lines
76 B
Perl
7 lines
76 B
Perl
local a = quote
|
|
while false do end
|
|
end
|
|
terra foo()
|
|
return a
|
|
end
|
|
foo() |