bug642198.js (110B)
1 function test() { 2 for(var e=1.2; true; e=20.2) { 3 if (e > 10) 4 break; 5 } 6 } 7 test();