exports.handler = __f0;

var __obj = {};
__obj.a = 1;
__obj.b = __obj;

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

return () => obj;

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