Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / gtest-214.cs
index 01bc6f32200d238680cac48bc874dac7c3ed178e..a82f7161967a866128832b9d81ebfc48ede9e24d 100644 (file)
@@ -7,7 +7,7 @@ using System.Reflection;
 using System.Runtime.CompilerServices;
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                object [] attrs = typeof (X).Assembly.GetCustomAttributes (true);