rename jgac/vmw4j2ee_110 to jcag/framework
[mono.git] / mcs / tests / test-556.cs
1 using System;
2 using System.Collections;
3
4 public class S 
5 {
6         public void Frobnikator() 
7         {
8                 const UInt32 SMALL_MASK = (1U << (24)) - 1; 
9                 const ulong BIG_MASK = ~((ulong)SMALL_MASK);  
10                 
11         }
12
13         static void Main ()
14         {
15         }       
16 }