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

7 lines
61 B
Raku

struct A { a : &A }
terra foo()
var a : A
end
foo()