swc/crates/swc_ecma_codegen/tests/test262/4e625840177567fc.js

9 lines
93 B
JavaScript
Raw Normal View History

while(a){
if (b) break;
2020-07-28 15:56:19 +03:00
c.d("a");
}
e: while(a){
if (b) break e;
2020-07-28 15:56:19 +03:00
c.d("a");
}