Merge pull request #4431 from vkargov/vk-leaking-points
[mono.git] / mcs / tests / test-259.cs
index 2cf1ae57eebfabc82c581baeefa976bdf9a40a34..55f6beb4f12654ea9c00cdb3fa5547f1a0e3cc48 100644 (file)
@@ -5,6 +5,9 @@ public class Testing
        public enum INT : int { Zero }
        public const INT JPEG_SUSPENDED = (INT)0;
        public const INT JPEG_HEADER_OK = (INT)1;
+
+       // Test that we can have a null value here
+       public const Testing testing = null;
  
        public static void Main()
        { }