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