exports.handler = __f0;

__f0.foo = "bar";

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

return () => { return 1; };

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