ref: 90ed95ded198b9c57dfb6bf172cfd975da73e66f dir: /test/tyrec.myr/
/* we just want to see if this file compiles */ type foo = struct v : foo* ;; const main = { var v : foo -> 42 }