michael@0: function f() michael@0: { michael@0: return (4 >>> 0) > ((0 % (1 == 2)) >>> 0); michael@0: } michael@0: assertEq(f(), true); michael@0: assertEq(f(), true);