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