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

test-662.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 608c9218cd3b9e6c013ed113109a032e7aa5cffc (plain)
1
2
3
4
5
6
7
8
// Compiler options: -NOLOGO -OptiMize -dEbug

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