mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 20:51:42 +03:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
!(function (a, b, c) {
|
||
|
b++;
|
||
|
console.log(a - 1, b * 1, c + 2);
|
||
|
})(1, 2, 3);
|