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

4 lines
70 B
Perl

terra foo(a : &float)
var b = [&vector(float,4)](a)
end
foo:compile()