bug682210.js (114B)
1 function test() { 2 for (var x = 1; x < 1; x++) { 3 for (var y=1; y < 1; y++) { 4 } 5 } 6 } 7 test();