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