swc/ecmascript/codegen/tests/references/8d2463220e3cd0d7.js

12 lines
182 B
JavaScript
Raw Normal View History

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