[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-123.cs
blob9936dc83e5a1ac76b5163851ecc0477b0bffd4e8
1 class A<T>
3 public delegate void Foo ();
4 public delegate void Bar<U> ();
7 class X
9 public static void Main ()
10 { }