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