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