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