bug674085.js (99B)
1 function f(x) { 2 for (var i = 0; i < 50; i++) {}; 3 [1][arguments[0]]++; 4 x = 1.2; 5 } 6 f(0);