exports.handler = __f0;

var __regex = new RegExp("(abc)", "");

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

return function /*foo*/() {
    console.log(regex);
};

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

function __f0() {
  return (function() {
    with({ regex: __regex, foo: __foo, this: undefined, arguments: undefined }) {

return function () { console.log(regex); foo(); };

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