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

test-905.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ceff84a68470f8f6519241115be6cd24d3f4bd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using i = System.Int16;

enum E : i
{
}

class X
{
	public static void Main ()
	{
	}
}