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