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