summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1870756.js
blob: 5dca2323991cc1b9b7a162a7705961bd771093be (plain)
1
2
3
4
5
6
7
8
// |jit-test| --fast-warmup; --no-threads; --arm-hwcap=vfp

function foo(n) { return n % 2; }

with ({}) {}
for (var i = 0; i < 1000; i++) {
  foo(0);
}