exports.handler = __f0;

var __o = {b: 2, c: 3};

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

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

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