swc/crates/swc_ecma_codegen/tests/test262/97e246302dfe8616.js

4 lines
43 B
JavaScript
Raw Normal View History

function a(b, c) {
return b << !--c;
}