swc/ecmascript/codegen/tests/references/37e845e0d8283fb3.js

4 lines
50 B
JavaScript
Raw Normal View History

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