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