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

11 lines
137 B
JavaScript

// Do not mangle to the same name
e: {
d: {
a("b");
if (c) {
break d;
}
break e;
}
}