bug1643888.js (120B)
1 function f() { 2 var y = this * this; 3 for (var i = 0; i < 2000; i++) { 4 assertEq(y >>> y, 0); 5 } 6 } 7 f();