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

9 lines
93 B
JavaScript

while(a){
if (b) break;
c.d("a");
}
e: while(a){
if (b) break e;
c.d("a");
}