blob: f961de74727afca0fdb7a97bfcce5aef2004cd8a [file] [log] [blame]
function f() {
var x = 1;
var y;
if (x = y = Math) {}
}
f();