Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug604427.js
1
2 function testInt(x) {
3     var a = x|0;
4     return (a !== a);
5 }
6 assertEq(testInt(10), false);