michael@0: // Test no assert or crash michael@0: function testBug465261() { michael@0: for (let z = 0; z < 2; ++z) { for each (let x in [0, true, (void 0), 0, (void michael@0: 0)]) { if(x){} } }; michael@0: return true; michael@0: } michael@0: assertEq(testBug465261(), true);