testConstDestructringArguments.js (76B)
1 // |jit-test| error: TypeError 2 3 (function () { const [arguments] = 0; })();