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

4 lines
123 B
JavaScript

// ContinueStatement should be removed.
// And label is not used, then label also should be removed.
a: for(;;)continue a;