// cs1590.cs: Invalid XML 'include' element; Missing 'path' attribute. // Line: 11 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror namespace Testing { /// comment public class Test { /// public static void Main () { } } }