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