mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 01:30:22 +00:00
12 lines
124 B
Perl
12 lines
124 B
Perl
|
|
terra foo()
|
|
end
|
|
|
|
foo:compile()
|
|
terralib.dumpmodule()
|
|
|
|
terralib.includecstring [[
|
|
int foo() {
|
|
return 4;
|
|
}
|
|
]] |