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