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