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