swc/ecmascript/codegen/tests/references/6ffb11115fcefb96.js

9 lines
64 B
JavaScript
Raw Normal View History

c: {
a('b');
break c;
}
c: {
a('b');
break c;
}