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

7 lines
150 B
Perl

local result,err = terralib.loadstring [[
terra result()
[startXNeeded] = a + strip*L.stripWidth
[endXNeeded] = 1
end
]]
assert(result ~= nil)