blob: 6bfa9755679b63f0716542c72f6486afae1612fa [file] [log] [blame]
function first(a) {
return a[0];
}
function g() {
first([function() {}])();
}
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
first([function() {}]);
g();
g();