blob: cddb3c547d7a19f1554372da3f411a21fb6a7630 [file] [log] [blame]
x = Array(4294967295);
x[1] = 0;
Array.prototype.shift.call(x);