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