summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1070465.js
blob: 68946a3383733463f9e15f75f9548c78782c73fd (plain)
1
2
3
4
5
// |jit-test| error: ReferenceError
{
  while (x && 0) {}
  let x
}