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