summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/testConstDestructringArguments.js
blob: e07d93a55fd0489864da9cf582f5c5362191719b (plain)
1
2
3
// |jit-test| error: TypeError

(function () { const [arguments] = 0; })();