[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / tests / test-799.cs
blob5f0e60dd7307a2e897c5e30ffc680ab4dccbb5e2
1 using System;
3 public class Test2
5 protected internal class Foo
9 private class Bar
11 public Bar (Test2.Foo baseArg4)
15 public static int Main ()
17 new Bar (new Foo ());
18 return 0;