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