michael@0: function f() { michael@0: var x = 1; michael@0: var y; michael@0: if (x = y = Math) {} michael@0: } michael@0: f();