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