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