Switch to compiler-tester
[mono.git] /
1 // Compiler options: -doc:xml-001.xml
2 using System;
3
4 /// <summary>
5 /// xml comment on namespace ... is not allowed.
6 /// </summary>
7 namespace Testing
8 {
9         public class A
10         {               
11                 public static void Main ()
12                 {
13                 }
14         }
15 }
16