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