2005-04-17 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / tests / xml-034.cs
1 // Compiler options: -doc:xml-034.xml -warn:4 -warnaserror
2 using System;
3
4 /// valid comment.
5 public class Test
6 {
7         static void Main () 
8         {
9         }
10 }