michael@0: michael@0: function f(x) { michael@0: return (x % 123.45) >> x; michael@0: } michael@0: assertEq(f(-123), -4);