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