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