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