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