mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
559d1202bc
**Related issue:** - Closes https://github.com/swc-project/swc/issues/7241.
5 lines
74 B
JavaScript
5 lines
74 B
JavaScript
!function() {
|
|
const _Test = something();
|
|
console.log(_Test);
|
|
}();
|