Merge pull request #4003 from ntherning/ignore-disconnected-interfaces-in-HttpListene...
[mono.git] / mcs / tests / test-402.cs
index ee6fc0c606ab97e9b4f52eb2aced5283e81133e2..918173f01d092e92e5dda005df7e1574f2d0b4b7 100644 (file)
@@ -3,7 +3,7 @@
 using System;
 
 unsafe class X {
-       static int Main () {
+       public static int Main () {
                int y = 20;
                byte* x = (byte*)0;
                x += (long)y;