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

{
    while (x && 0)
        if (!((x = 1) === x)) {}
    let x = () => sym()
}