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