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

test-426.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db74ddb25018817db39809437c813cc01c13cdd8 (plain)
1
2
3
4
5
6
7
8
using foo = System;

class X {
	public static void Main ()
	{
		foo::Console.WriteLine ("hello");
	}
}