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