swc/ecmascript/minifier/tests/terser/compress/issue-640/iife/output.js

9 lines
192 B
JavaScript
Raw Normal View History

(x = 42),
(function a() {})(),
(function b() {})(),
(function c() {})(),
(function d() {})(),
(function e() {})(),
(function f() {})(),
typeof (function g() {})();