summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1070462.js
blob: cbbc56c491428a1a4069492bc9eb26a087b1baa2 (plain)
1
2
3
4
// |jit-test| error: ReferenceError
with({}) {
  let x = x += undefined
}