swc/crates/swc_ecma_codegen/tests/test262/153688477d7e69ba.js
2021-11-10 19:00:54 +09:00

9 lines
195 B
JavaScript

// TODO(Constellation):
// This transformation sometimes make script bigger size.
// So we should handle it in post processing pass.
(function() {
while(!a || !b()){
c();
}
}());