bug647785.js (105B)
1 assertEq(-(!new Int32Array(5)), -0); 2 assertEq(-(!Math), -0); 3 assertEq(-(!{}), -0); 4 assertEq(-(![]), -0);