cleol
[mcs.git] / tests / gtest-friend-12.cs
blob8232dbb74a26a4d134f523236235756a89c63ab9
1 // Compiler options: -r:gtest-friend-02-lib.dll -keyfile:InternalsVisibleTest2.snk
2 using System;
4 public class Test
6 static void Main ()
8 // We should be able to access them
9 new InternalFriendClass ();
10 new FriendClass.NestedInternalClass ();
11 new FriendClass.NestedProtectedInternalClass ();