Merge pull request #5636 from BrzVlad/fix-xmm-scan
[mono.git] / mcs / tests / test-323.cs
index 76f32c90674105de462b2df16bd630241914a8a0..d0ce8685a222a95a33beaea90d613fc3f916512e 100644 (file)
@@ -4,7 +4,7 @@ class X {
        }
        const A foo = A.x | A.y;
        
-       static void Main () {}
+       public static void Main () {}
 }