Merge pull request #5439 from alexrp/master
[mono.git] / mcs / tests / gtest-412.cs
index 50d9c256b824766c8da2a420678de8c4ef50a9fb..8b3045220f8c719f45c9b091f2952ddc3f68e1e5 100644 (file)
@@ -3,7 +3,7 @@ using System.Reflection;
 
 class Program
 {
-       static int Main ()
+       public static int Main ()
        {
                Type type = typeof (Foo<>);
                Type [] gargs = type.GetGenericArguments ();