summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/self-hosting/bug1264575.js
blob: db74ef48c15a87c964cac79ed069aafe3b4af292 (plain)
1
2
3
4
5
6
7
function f(x, [y]) {}
f(0, []);
// jsfunfuzz-generated
let i = 0;
for (var z of [0, 0, 0]) {
    verifyprebarriers();
}