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

5 lines
82 B
Perl

terra foo()
var a : int[4] @&a[0] = 3
return a[0]
end
assert(3 == foo())