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