Merge pull request #4419 from BrzVlad/fix-oom-nre
[mono.git] / mcs / tests / gtest-autoproperty-01.cs
index 84361aba69ab3b4f1e9f84a4b95c18568b5a3d5a..f994cd9c09b75879fdafecc890b077254c277536 100644 (file)
@@ -17,7 +17,7 @@ public class Test
                Answer = 42;
        }
        
-       static int Main ()
+       public static int Main ()
        {
                Test t = new Test ();
                t.Foo = "Bar";