**** Merged r36954 from MCS ****
[mono.git] / mcs / errors / cs1587-5.cs
1 // Compiler options: -doc:dummy.xml -warnaserror -warn:2
2 using System;
3
4 namespace TopNS
5 {
6 /// invalid comment on using directive inside namespace.
7 using System.Xml;
8
9         enum Foo {
10         }
11 }