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