bug-1263355-1.js (82B)
1 // |jit-test| error: ReferenceError 2 3 for (let b in [0]) { 4 let b = b ? 0 : 1 5 }