summaryrefslogtreecommitdiff
path: root/mcs/tests/test-284.cs
blob: a4830a5c8c250d5917b4507ed7cdf30275d95903 (plain)
1
2
3
4
5
6
7
public class App
{
    public static void Main()
    {
	object a = uint.MaxValue - ushort.MaxValue;
    }
}