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