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