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