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

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

using StringList = System.String;

[assembly: AssemblyTitle("Title")]

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