bug886243.js (95B)
1 function f(x) 2 { 3 if (Math.imul(0xffffffff, x)) { 4 return -x; 5 } 6 return 1; 7 } 8 f(0); 9 f(0);