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

12 lines
138 B
Perl

function omgfunc()
return 2
end
terra foo()
return 1 + [{omgfunc()}] + [omgfunc()]
end
local test = require("test")
test.eq(foo(),5)