Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-xml-001.cs
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