[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / gtest-174.cs
blob24d9fd575226bf23f93e658c7338b9fff3975222
1 // Compiler options: /r:gtest-174-lib.dll
2 public class B<T> {
3 public static B<T> _N_constant_object = new B<T> ();
6 class M {
7 public static void Main () {
8 A<int> x = A<int>._N_constant_object;
9 B<int> y = B<int>._N_constant_object;