Merge pull request #955 from ermshiperete/bug-xamarin-10537
[mono.git] / mcs / tests / test-393.cs
index 9eba405cec4a8c185f93389894da634ac8483eca..fecc935f6d6a835861dcce8cde0041b86c6d061a 100644 (file)
@@ -60,7 +60,7 @@ using System;
                 return new C (name);
         }
 
-        static void Main ()
+        public static void Main ()
         {
                 MethodHandler a = MethodSampleA;
                 MethodHandler b = MethodSampleB;