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