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