Add support for Windows x64 Full AOT + LLVM + Interpreter on CI. (#15276)
[mono-project.git] / mcs / tests / gtest-friend-12.cs
blobceb9dc1bc95f9c47841e9a74bc905d195f5de15d
1 // Compiler options: -r:gtest-friend-02-lib.dll -keyfile:InternalsVisibleTest2.snk
2 using System;
4 public class Test
6 public static void Main ()
8 // We should be able to access them
9 new InternalFriendClass ();
10 new FriendClass.NestedInternalClass ();
11 new FriendClass.NestedProtectedInternalClass ();