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

4 lines
55 B
JavaScript
Raw Normal View History

(function() {
null != (a ? void 1 : void 2);
}());