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

test-xml-047.cs « tests « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f374f62016846271faa0b4ac25906d910e8da4b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Compiler options: -doc:xml-047.xml -warnaserror -warn:4

using System;

/// <summary>
/// <see cref="bool.GetHashCode" />
/// </summary>
public class EntryPoint
{
	static void Main () {
	}
}