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