summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug591418.js
blob: c8e9528486a3888616284c8c41b6ff496b529723 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-32-33b05dd43cd4-linux
// Flags: -j
//
(function() {
  for each(let z in [0, 0, 0, 0]) {
    eval("\
      for(var a = 0; a < 1; ++a) {\
        this\
      }\
    ")
  }
})()