swc/ecmascript/codegen/tests/references/aac70baa56299267.js

4 lines
58 B
JavaScript
Raw Normal View History

function a() {
return ( void 1, void 2, a, void 3);
}