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