blob: cf5015c7270f1a861628b003fec2d67e329489e3 [file] [log] [blame]
test();
function test() {
var t = function () function printStatus() {};
for (var j = 0; j < 10; j++) t["-1"]
}