Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-22.cs
index 2e662494ddde01ae39abf3dd7d5cf37ba99fcdb0..1d8f3f314dbe1d18ac1199102249c492d41c29ca 100644 (file)
@@ -28,7 +28,7 @@ struct S {
 }
 
 class M {
-       static int Main ()
+       public static int Main ()
        {
                S s = new S ();