michael@0: function f() { michael@0: for (var i = 0; i < 100; i++) michael@0: assertEq(eval(-0), -0); michael@0: } michael@0: michael@0: f();