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