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