michael@0: function testAddUndefined() { michael@0: for (var j = 0; j < 3; ++j) michael@0: (0 + void 0) && 0; michael@0: } michael@0: testAddUndefined();