svn path=/branches/mono-1-1-9/mcs/; revision=51207
[mono.git] / mcs / tests / test-284.cs
1 public class App
2 {
3     public static void Main()
4     {
5         object a = uint.MaxValue - ushort.MaxValue;
6     }
7 }