swc/ecmascript/minifier/tests/terser/compress/sequences/iife/input.js

9 lines
171 B
JavaScript
Raw Normal View History

x = 42;
(function a() {})();
!(function b() {})();
~(function c() {})();
+(function d() {})();
-(function e() {})();
void (function f() {})();
typeof (function g() {})();