[msbuild] Bump msbuild to pick up SDK updates (#5548)
[mono.git] / mcs / tests / test-248.cs
index 9b2e3057b5820bc8cb42a0bf7f439b87c8f5e43f..f3f093d4dfce552add1d28b64740344744d2613c 100644 (file)
@@ -3,7 +3,7 @@ using System;
 class T {
        static Foo GetFoo () { return new Foo (); }
 
-       static void Main ()
+       public static void Main ()
        {
                string s = GetFoo ().i.ToString ();
                Console.WriteLine (s);