2004-12-06 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / xml-031.cs
1 // Compiler options: -doc:xml-031.xml -warn:4 -warnaserror
2 //// Some comment
3 ////how about this line?
4 using System;
5 using System.IO;
6
7 class Test
8 {
9         public static void Main ()
10         {
11         }
12 }
13