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