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