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