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

4 lines
127 B
JavaScript

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