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