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