bug657120.js (98B)
1 function f() { 2 var x = Object(2); 3 var y = 3.14; 4 assertEq(true && x < y, true); 5 } 6 f();