exports.handler = __f0;

var __v = [];
__v[0] = 1;
__v[2] = 3;

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

return () => v;

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