summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug525618.js
blob: 1cfb1e621f22e8716e358d2520e7a880c7b2cf17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Binary: cache/js-dbg-32-c0dbbcfdb583-linux
// Flags: -j
//
(function (){
  var c;
  (eval("\
    (function() {\
      eval(\"\
      for each(w in[0,0,0]) { print(c) }\
      \" , function(){})\
    })\
  "))()
})()