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