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