Add
authorMiguel de Icaza <miguel@gnome.org>
Fri, 2 Feb 2007 17:58:06 +0000 (17:58 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 2 Feb 2007 17:58:06 +0000 (17:58 -0000)
svn path=/trunk/mcs/; revision=72186

mcs/tests/test-556.cs [new file with mode: 0644]

diff --git a/mcs/tests/test-556.cs b/mcs/tests/test-556.cs
new file mode 100644 (file)
index 0000000..7c9442d
--- /dev/null
@@ -0,0 +1,16 @@
+using System;
+using System.Collections;
+
+public class S 
+{
+       public void Frobnikator() 
+       {
+               const UInt32 SMALL_MASK = (1U << (24)) - 1; 
+               const ulong BIG_MASK = ~((ulong)SMALL_MASK);  
+               
+       }
+
+       static void Main ()
+       {
+       }       
+}