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

// don't assert