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