mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
11 lines
No EOL
134 B
Text
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;
|
|
); |