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