exports.handler = __f0;

function __f0() {
  return (function() {
    with({ a: -0, b: -0, c: Infinity, d: -Infinity, e: NaN, f: 9007199254740991, g: 1.7976931348623157e+308, h: -9007199254740991, i: 5e-324, this: undefined, arguments: undefined }) {

return () => { const x = [a, b, c, d, e, f, g, h, i]; };

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