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