riverdelta/test.nil
2023-08-06 00:07:10 +02:00

11 lines
No EOL
134 B
Text

type A = struct { a: Int };
function main() = (
let a: Int = "";
let b: Int = "";
c;
);
function rawr(a: *A) = (
a.a = 1;
);