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