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

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

namespace Testing
{
	public class Test
	{
		public static void Main ()
		{
			/// here is an extraneous comment
		}
	}
}