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