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

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

// Only to check we are compatible with broken csc definite assignment implementation

class Program
{
	public static void Main ()
	{
		S s;
		s.Test ();
	}
}