blob: d3a3d43fa2a0845e98062f4bd2ffc8cdfb3c2fb6 [file] [log] [blame]
function test() {
return 0b10 === 2 && 0B10 === 2;
}
if (!test())
throw new Error("Test failed");