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