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