exports.handler = __f0;

var __mutable = {};

function __f0() {
  return (function() {
    with({ mutable: __mutable, this: undefined, arguments: undefined }) {

return function () { return mutable; };

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