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