blob: b04537b9af80380cc564d49f707a3db96aa0fd93 [file] [log] [blame]
function test() {
const foo = 123;
return (foo === 123);
}
if (!test())
throw new Error("Test failed");