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