exports.handler = __f0;

var __o = {a: 1, b: 2, c: __f1};

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

return function /*c*/() { return this; };

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

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

return function () { console.log(o["c"]()); };

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