swc/ecmascript/codegen/tests/references/925443c6cf79aa88.js
강동윤 eb2a2a7f15
Fix tests and lints (#44)
- Temporarilly ignored comment codegen tests.
 - Split Simplify into SimplifyExpr and SimplifyStmt
 - fix lints
2018-11-05 13:12:52 +09:00

4 lines
151 B
JavaScript

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