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