summaryrefslogtreecommitdiff
path: root/js/src/jit-test/tests/basic/bug609502-3.js
blob: 7c9436dffde2e9f4e80f005df3ec845dc631fb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
      function a() {}
}
Math.floor(Math.d)
  function c() {}
  c()
  for each(let b in [0, 0, 0, 0, 0, 0, 0, -2147483648]) {
        print(Math.abs(b))
  }

// Don't assert