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