exports.handler = __f;

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

return function /*f*/() { };

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