summaryrefslogtreecommitdiff
path: root/mcs/tests/test-xml-034.cs
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 () 
	{
	}
}