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