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