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