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