swc/ecmascript/codegen/tests/references/6ffb11115fcefb96.js
2020-07-28 21:56:19 +09:00

10 lines
95 B
JavaScript

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