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