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