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