Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / tests / gtest-071.cs
index b0a7857de69c3dc3a9bd339b6db9a5f861b7c9f6..8352a2b2862c60950b581f89d3b48930c6eebd77 100644 (file)
@@ -11,7 +11,7 @@ class Foo<T>
 
 class X
 {
-       static void Main ()
+       public static void Main ()
        {
                Foo<X> foo = new Foo<X> ();