bug647440.js (92B)
1 if (false) 2 function g() {} 3 function f() { 4 var x; 5 (x = Infinity) >> x--; 6 } 7 f();