mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
13 lines
90 B
Perl
13 lines
90 B
Perl
|
|
|
|
struct A {
|
|
a : int
|
|
}
|
|
|
|
|
|
terra what()
|
|
var a : &A = nil
|
|
return a + 4
|
|
end
|
|
|
|
what:compile() |