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