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