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