summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug561278.js
blob: aaeb2c2baefa81a70b21fa09702b95327255db70 (plain)
1
2
3
4
5
6
7
8
9
// Binary: cache/js-dbg-32-fe937d72a9ce-linux
// Flags:
//
x = Iterator([])
for (z in x) {}
(function() {
    for (l in function() {}) {}
} ())
for (z in x) {}