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