summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug688968.js
blob: 0b1185d4c1ed781ed6ee940ee87a9034e04001d9 (plain)
1
2
3
4
5
6
7
8
// Binary: cache/js-dbg-64-fecae145d884-linux
// Flags: -m -n -a
//

function foo(x) {
  x === x--;
}
foo(1.2);