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