exports.handler = __foo;

function __foo(__0) {
  return (function() {
    with({ foo: __foo, this: undefined, arguments: undefined }) {

return async function /*foo*/(a) { await a; };

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