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);