[runtime] Synthesize IList and IReadOnlyList for the element type of enum errays...
[mono.git] / mono / tests / jit-uint.cs
index 0ed685be67003479492a0cd5f158f4d8c002d1c7..7dd325562ee283fbf8f0375a15a8e889f66f2231 100644 (file)
@@ -29,6 +29,10 @@ public class TestJit {
                if ((a % 4) != 1)
                        return 1;
 
+               b = 0;
+               if (~b != 0xffffffff)
+                       return 1;
+               
                return 0;
        }