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