mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
16 lines
114 B
Perl
16 lines
114 B
Perl
|
|
local foo = &int
|
|
|
|
|
|
local a = int -> {bool,int}
|
|
|
|
print(a.name)
|
|
|
|
terra foo2()
|
|
|
|
end
|
|
|
|
|
|
|
|
local test = require("test")
|