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