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