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

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

[assembly: System.CLSCompliant (true)]

namespace NS.System
{
	class A
	{
		public static void Main ()
		{
		}
	}
}