Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-284.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4830a5c8c250d5917b4507ed7cdf30275d95903 (plain)
1
2
3
4
5
6
7
public class App
{
    public static void Main()
    {
	object a = uint.MaxValue - ushort.MaxValue;
    }
}