[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-008.cs
blobb581332bb9777d003c93bc4d2ed8ebdc4adae00f
1 interface I
3 void Hello ();
6 class Stack<T>
7 where T : I, new ()
11 class Test
15 class X
17 public static void Main()