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

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

public static class TrueClass : Object
{
	public static void Main ()
	{
	}
}