summaryrefslogtreecommitdiff
path: root/js/src/tests/js1_8_5/regress/regress-541255-0.js
blob: 6165b6136aa4285b788bfaab2c81a6fe0f55555b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 * Contributor: Gary Kwong
 */
(function(e) {
  eval("\
    [(function() {\
      x.k = function(){}\
    })() \
    for (x in [0])]\
  ")
})();
reportCompare(0, 0, "");