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