bug1205842.js (116B)
1 function f(x) { 2 (function() { 3 x = 0; 4 })(); 5 } 6 for (var k = 0; k < 9; k++) { 7 f(Math.fround(1)); 8 }