exports.handler = __f0;

var __obj = {};
var __obj_a = [];
__obj_a[0] = __obj;
__obj.a = __obj_a;
__obj.b = __obj_a;

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

return () => obj;

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