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

8 lines
64 B
JavaScript

d: while(a){
b();
c();
break d;
e();
f();
}