summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug466076.js
blob: a5985bd5f919e383530cbe7903770bae5a8c2f0f (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-32-2fa341c1330b-linux
// Flags: -j
//
for (let j = 0; j < 2; ++j) {
  if (j) {
    (function() {})();
  }
}