blob: 854024f12d81acecaa80400750f7015c51aec4a7 [file] [log] [blame]
function test() {
return (() => 5)() === 5;
}
if (!test())
throw new Error("Test failed");