type A = struct { a: Int }; function main() = ( let a = A { a: 0 }; a.a = 1; );