cleol
[mcs.git] / tests / gtest-friend-08.cs
blob7bebf34575b734e6dad2ed9c43c06eb3aae1b779
1 // Compiler options: -r:gtest-friend-01-lib.dll
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 ();