blob: 01b7f0421e0e74303578349c621282190f73f03c [file] [log] [blame]
function g(a) {}
for(var i = 0; i < 10000; i++) {
g(0 || 1);
}