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