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