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