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