blob: 48d5f2c9df25d4928b6053d1eae35d512acb1d23 [file] [log] [blame]
function testConstSwitch2() {
var x;
for (var j = 0; j < 4; ++j) { switch(0/0) { } }
return "ok";
}
assertEq(testConstSwitch2(), "ok");