2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / tests / xml-003.cs
1 // Compiler options: -doc:xml-003.xml
2 using System;
3
4 namespace Testing
5 {
6         public class Test
7         {
8                 public static void Main ()
9                 {
10                         /// here is an extraneous comment
11                 }
12         }
13 }
14