blob: 02c7ceb66ae998c3cb1294c00d87ceaceb9fa9da [file] [log] [blame]
(function(x) {
for (var y = 0; y < 1; y++) {
assertEq(Array.prototype.shift.call(arguments.callee.arguments), 0);
}
})(0)