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