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