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