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