michael@0: function testConstantBooleanExpr() michael@0: { michael@0: for (var j = 0; j < 3; ++j) { if(true <= true) { } } michael@0: return "ok"; michael@0: } michael@0: assertEq(testConstantBooleanExpr(), "ok");