summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-29.js
blob: ace3e5faa981d160c67f9cd377973e866df7763c (plain)
1
2
3
4
5
6
// |jit-test| error: ReferenceError

{
    for (var x = 0; i < 100; i++) a >>= i
    let i = 1;
}