swc/ecmascript/minifier/tests/terser/compress/functions/issue_2084/output.js

6 lines
130 B
JavaScript
Raw Normal View History

var c = 0;
!(function (c) {
(c = 1 + c), (c = 1 + (c = 0)), 0 !== (23).toString() && (c = 1 + c);
})(-1),
console.log(c);