[msvc] Update csproj files
[mono.git] / mcs / tests / test-anon-96.cs
index adad3ff938844eeaed5da38f378ad4cb934056e8..97ff41cf2c8f42595d5abd3001f19f7f864479ac 100644 (file)
@@ -32,7 +32,7 @@ static class Program
                return Get (i) ();
        }
 
-       static int Main ()
+       public static int Main ()
        {
                if (Run (0) != 42)
                        return 1;