Merge pull request #5198 from BrzVlad/fix-binprot-stats
[mono.git] / mcs / tests / test-anon-54.cs
index 78c54e689466a890707ba63bb0a9e283ca6de011..a0962cdaf895e038206ec8c388242e8b591eaf3c 100644 (file)
@@ -35,7 +35,7 @@ struct Foo
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo foo = new Foo (3);
                foo.Test (new Foo (8));