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