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