swc/crates/swc_ecma_codegen/tests/test262/b07c5fdc1003316b.js
2022-03-22 07:54:08 +00:00

8 lines
83 B
JavaScript

switch(a){
case "b":
c();
break;
default:
break;
}