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