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