swc/crates/swc_ecma_codegen/tests/test262/511a2a5fd8cac64d.js
2021-11-10 19:00:54 +09:00

10 lines
141 B
JavaScript

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