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