// cs1592.cs: Badly formed XML in included comments file -- `there-is-no-such-file' // Line: 12 // Compiler options: -doc:dummy.xml -warn:1 -warnaserror namespace Testing { /// blah public class Test { // warning /// public void Baz (int x) { } } }