swc/ecmascript/codegen/tests/references/3ea15e86885d3c1a.js

4 lines
163 B
JavaScript
Raw Normal View History

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