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

6 lines
115 B
Perl

C = terralib.includecstring [[
typedef int (*PROC)();
PROC what() { return 0; }
]]
assert(C.what() == nil)