bug604427.js (94B)
1 function testInt(x) { 2 var a = x|0; 3 return (a !== a); 4 } 5 assertEq(testInt(10), false);