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

12 lines
113 B
Perl

local a = {}
local c = terralib.includec("stdio.h")
b = `c.printf("hello\n")
terra foo()
return b
end
foo()