1 2 3 4 5 6 7
(function () { for (a = 0; a < 3; a++) { for each(b in [0, -0]) {} } })() // Just test we don't assert.