Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-297.cs
index 26a487a17a559640031387c928648384c0878eb6..6d9f82d12dcabc8030d945fdd31708c79b68be9f 100644 (file)
@@ -4,7 +4,7 @@ using System;
 [My(TypeCode.Empty)]
 [My(typeof(System.Enum))]
 class T {
-       static int Main() {
+       public static int Main() {
                object[] a = Attribute.GetCustomAttributes (typeof (T), false);
                if (a.Length != 3)
                        return 1;