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

7 lines
98 B
Perl

terra baz() return 1 end
bp = baz:getpointer()
terra foo()
return bp()
end
assert(foo() == 1)