[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-xml-057.cs
blobb5ee5b726363e9700dbe67c021771bd13f1bc9ab
1 // Compiler options: -doc:xml-057.xml /warnaserror /warn:4
3 namespace Test
5 using System;
7 /// <summary>Documentation Text</summary>
8 public delegate void FirstTestDelegate<T> (T obj) where T : Exception;
10 /// <summary>test</summary>
11 public interface TestInterface { }
14 class A
16 static void Main ()