blob: 6d6514b4cc09d18b9e65c04c6c61744ed84d8d46 [file] [log] [blame]
function test() {
return 0o10 === 8 && 0O10 === 8;
}
if (!test())
throw new Error("Test failed");