eol
[mcs.git] / tests / test-xml-024.cs
blobf1e870b22c5da933f1534b0b7d55bab432d1eb91
1 // Compiler options: -doc:xml-024.xml
3 namespace Testing
5 /// <include/>
6 public class Test
8 // warning
9 /// <include file='a' />
10 public static void Main ()
14 // warning
15 /// <include path='/foo/bar' />
16 public void Bar (int x)
20 // warning
21 /// <include file='there-is-no-such-file' path='/foo/bar' />
22 public void Baz (int x)