[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-553-lib.cs
blobb9a1f32ae52ffdfa1f51ab65f8870cc14bfb433f
1 // Compiler options: -t:library
3 public class A
5 public class C<T> : IA
9 private interface IA
14 public class B
16 public class C<T> : IA<T>
20 private interface IA<T>