Merge pull request #3973 from mono/small-perf
[mono.git] / mcs / tests / test-527.cs
index 50232d9ef264491c81eb5e833780f9c9950e0be4..fcc8cd918ec5bede3788499a5365cdf0408e644d 100644 (file)
@@ -7,7 +7,7 @@ class Repro
   public int fc;
   private int sp;
 
-  static int Main()
+  public static int Main()
   {
     Repro r = new Repro();
     r.foo();