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