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