swc/ecmascript/codegen/tests/references/925443c6cf79aa88.js

4 lines
151 B
JavaScript
Raw Normal View History

// ContinueStatement should not be removed.
a: do do continue // ContinueStatement should not be removed.
a: do do continue a;while (true)while (true)