blob: 8cc5f348222ae2e6c8d44b486b002277fc9c52be [file] [log] [blame]
function testConstantBooleanExpr()
{
for (var j = 0; j < 3; ++j) { if(true <= true) { } }
return "ok";
}
assertEq(testConstantBooleanExpr(), "ok");