summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug591367.js
blob: 78cb0dca6621612539e9ca4a80c4fae29bd64807 (plain)
1
2
3
4
5
6
// Binary: cache/js-dbg-32-33b05dd43cd4-linux
// Flags: -m
//
for (let x in []) {
  t(x !== x)
}