Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / gtest-279.cs
index 555128eee31b36ed30080636010365802bb5fd9a..5f6eceb12a7bddc01eb666992bf71ecdf8c6691e 100644 (file)
@@ -23,7 +23,7 @@ class Foo : IFoo
 
 class BugReport
 {
-       static void Main(string[] args)
+       public static void Main(string[] args)
        {
                Foo f = new Foo();
                f.Bar();