**** Merged r36954 from MCS ****
[mono.git] / mcs / errors / cs1590.cs
1 // Compiler options: -doc:xml-024.xml -warn:1 -warnaserror
2 // CS1590: Invalid XML 'include' element; Missing 'file' attribute.
3
4 namespace Testing
5 {
6    /// <include/>
7    public class Test
8    {
9    }
10 }
11