[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-835.cs
blobc3734807c4dc03cd63eedd586c592f9be1a585c7
1 using C = A.D;
2 using System;
4 class AA
6 internal class D : Exception { }
9 class A : AA
11 public static void Main()
13 object o = new C();