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