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