summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug495962.js
blob: baccd26aed34e38ccb08682e9d01962374e9872c (plain)
1
2
3
4
5
6
7
8
9
10
11
// Binary: cache/js-dbg-32-a9887b731f29-linux
// Flags: -j
//
(function () {
    const c = 0;
    with ({}) {
        for each (k in [{}, {}]) {
            "" + k;
        }
    }
})();