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