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