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