summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/arguments/bug554670-1.js
blob: 75606c33bec602547e2ed0be892ef4c7c9388b44 (plain)
1
2
3
4
5
6
7
8
x = true;
(function() {
  for each(let c in [0, x]) {
    (arguments)[4] *= c
  }
})()

// don't assert