swc/ecmascript/codegen/tests/references/ce52f1c3d90b194a.js

4 lines
146 B
JavaScript
Raw Normal View History

// ContinueStatement should not be removed.
a: for(;;)for(;;)continue // ContinueStatement should not be removed.
a: for(;;) for (;;) continue a;