swc/ecmascript/codegen/tests/references/511a2a5fd8cac64d.js

10 lines
137 B
JavaScript
Raw Normal View History

d: {
// this 'test2' to 'a'
b: {
if (a) break b;
if (a) break b;
if (a) break b;
}
if (c) break d;
}