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