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