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

test-761.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bb153b8dcd6819bd5a14fbd8582c4ad303f6580f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -r:test-761-lib.dll

public class C
{
	[Derived ()]
	[Derived ()]
	int I { get; set; }

	public static void Main ()
	{
	}
}