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