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