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