swc/crates/swc_ecma_codegen/tests/test262/e5570b178254bfb9.js

5 lines
133 B
JavaScript

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