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