bug643169.js (98B)
1 for(var i=0; i<3; i++) { 2 var x; 3 function ff() {} 4 with(this) {} 5 x; 6 x = true; 7 }