bug946969.js (104B)
1 function f() { 2 return Math.abs(~(Math.tan())); 3 } 4 5 for (var i=0; i<1000; i++) 6 assertEq(f(i), 1);