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