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

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

/// valid comment.
public class Test
{
	static void Main () 
	{
	}
}