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