swc/crates/swc_ecma_codegen/tests/test262/ea2e883b50b24651.js
2021-11-10 19:00:54 +09:00

12 lines
148 B
JavaScript

b: switch(1){
case 2:
a();
for(;;)break b;
c();
break;
case 3 + 4:
d();
default:
e();
}