mirror of
https://github.com/swc-project/swc.git
synced 2025-01-04 11:37:06 +03:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
var c = 0;
|
||
|
!(function (c) {
|
||
|
(c = 1 + c), (c = 1 + (c = 0)), 0 !== (23).toString() && (c = 1 + c);
|
||
|
})(-1),
|
||
|
console.log(c);
|