Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-anon-02.cs
index 21fe237a934697bde738795aa8cc36e4b4494a03..58ea7801e3aaf35300f37ad0b1267a8b8fa22c92 100644 (file)
@@ -6,7 +6,7 @@ using System;
 delegate void S ();
 
 class X {
-       static int Main ()
+       public static int Main ()
        {
                int a = 1;
                Console.WriteLine ("A is = " + a);