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