[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-xml-025.cs
blob66bcf70bbfec1f13c218d6f61b72150d861fba13
1 // Compiler options: -doc:xml-025.xml dlls/test-xml-025-relative.cs
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;