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