summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-21.js
blob: 9dfa94e6912d93bbd0ceaed4ee8c7a525da43769 (plain)
1
2
3
4
5
6
7
// |jit-test| error: TypeError

(function() {
    "use asm";
    var [] = 0;
})()