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