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