summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug557063.js
blob: ea77fd2c87ccf7e7e6ce016eb4ab0f1de8cadcec (plain)
1
2
3
4
5
6
7
(function() {
  for (a = 0; a < 2; a++)
    ''.watch("", function() {})
})()

/* Don't crash or assert. */