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