mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
|
console.log(function c() {
|
||
|
c = 6;
|
||
|
return c;
|
||
|
}())
|