Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[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;