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