swc/ecmascript/codegen/tests/references/d60426fd0160fb91.js
David Sherret 708efebac9 Fix comment line's end to be on same line (#544)
- fix comment line's end to be on same line.
2019-12-30 11:09:45 +09:00

8 lines
117 B
JavaScript

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