Make Main method public
[mono.git] / mcs / tests / gtest-initialize-10.cs
index 3cf41c54996bf16e6e4cd48d3f9087b5f5fcca6b..e4810d3277637144d0322f1edc841830890ce6a7 100644 (file)
@@ -7,7 +7,7 @@ class Foo
 
 class Y
 {
-       static int Main ()
+       public static int Main ()
        {
                Foo foo = new Foo ();
                foo.P = 1;