ref: 1ad37cb101e06f5daf7f8ac450f17fdd2454eeba dir: /test/struct1.myr/
type val = struct a : int ;; const main = { var s : val s.a = 12 -> s.a }