Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-433.cs
index 1391b2972629c9a857cc85da4e89040ed3f0ec82..962caea4003248c39a5ab8b0653a1af2fa402390 100644 (file)
@@ -6,7 +6,7 @@ namespace Foo {
 
 class X {
        static foo::A a = new Foo.A ();
-       static void Main ()
+       public static void Main ()
        {
                System.Console.WriteLine (a.GetType ());
        }