exports.handler = __f0;

var __v = {};
Object.defineProperty(__v, "key", { configurable: true, value: 1 });

function __f0() {
  return (function() {
    with({ v: __v, this: undefined, arguments: undefined }) {

return () => v;

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