add Performance counter for "Process", "Working Set" and "Virtual Bytes" and "Thread...
[mono.git] / mono / tests / jit-ulong.cs
index 41bcc2b5e711b53e6a970883e01db4b0c6e327f8..9254919faaf5ed5c96fd6cb21c42b1298ac24c11 100644 (file)
@@ -29,6 +29,10 @@ public class TestJit {
                if ((a % 4) != 1)
                        return 1;
 
+               b = 0;
+               if (~b != 0xffffffffffffffff)
+                       return 1;
+
                return 0;
        }