swc/ecmascript/codegen/tests/references/bd7b54d5e0ce444b.js

16 lines
273 B
JavaScript
Raw Normal View History

(function() {
b: {
if (a) break b;
c: {
if (a) break c;
if (a) break c;
if (a) break c;
}
c: {
if (a) break c;
if (a) break c;
if (a) break c;
}
}
}());