exports.handler = __f0;

function __f0() {
  return (function() {
    with({ this: undefined, arguments: undefined }) {

return function /*delete*/() { return 0; };

    }
  }).apply(undefined, undefined).apply(this, arguments);
}
