summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug601396.js
blob: 26986b5c3df26c730539b420f3f73b07f02db1c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Binary: cache/js-dbg-32-0230a9e80c1f-linux
// Flags: -j
//
(function(){
  eval("\
    for each(let a in['A','A','A','A','A','A','A','A']) {\
      L:for each(let b in a) {\
        break L\
      }\
    }\
  ")
})()