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

10 lines
95 B
JavaScript

// mangle to the same name 'a'
c: {
a("b");
break c;
}
c: {
a("b");
break c;
}