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