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