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