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