Merge pull request #487 from mayerwin/patch-1
[mono.git] / mcs / tests / test-369.cs
index c20adfe27ccbfa600c3e533eb9df4941af3311e5..5fa2f9ce434d44644f937fd6edd7d006717250dd 100644 (file)
@@ -13,7 +13,7 @@ class Test {
 
        public override int GetHashCode () { return 0; }
 
-       static void Main ()
+       public static void Main ()
        {
                Test y = new Test ();
                if (y == null)