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

8 lines
117 B
JavaScript

(function() {
// not void context
// do not optimize
1 + (function() {
return 2;
}());
}());