blob: f03f2c2075bf705941aef41b6aac2854930a4d83 [file] [log] [blame]
if (false)
function g() {}
function f() {
var x;
(x = Infinity) >> x--;
}
f();