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