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