2010-05-31 Jb Evain <jbevain@novell.com>
[mcs.git] / tests / test-xml-025.cs
blobd04979490e9219aa4d8bd45494588e8550510627
1 // Compiler options: -doc:xml-025.xml
3 namespace Testing
5 /// <include file='test-xml-025.inc' path='/foo' />
6 public class Test
8 public static void Main ()
12 /// <include file='test-xml-025.inc' path='/root'/>
13 public string S1;
15 /// <include file='test-xml-025.inc' path='/root/child'/>
16 public string S2;
18 /// <include file='test-xml-025.inc' path='/root/@attr'/>
19 public string S3;