blob: f4ba80e2582def21c34198aa433fb08216e9212d [file] [log] [blame]
function test() {
'use strict';
let foo = 123;
return (foo === 123);
}
if (!test())
throw new Error("Test failed");