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