mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 05:01:42 +03:00
9 lines
192 B
JavaScript
9 lines
192 B
JavaScript
|
(x = 42),
|
||
|
(function a() {})(),
|
||
|
(function b() {})(),
|
||
|
(function c() {})(),
|
||
|
(function d() {})(),
|
||
|
(function e() {})(),
|
||
|
(function f() {})(),
|
||
|
typeof (function g() {})();
|