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