Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / tests / test-anon-151.cs
index 09c6d122e3ae6f39acbf7fa94fdf1cf05ea485b0..e9a049412bfce03c457aadbf1762271295fd6ce6 100644 (file)
@@ -4,7 +4,7 @@ public delegate void Bla ();
 
 public class Driver
 {
-       static int Main ()
+       public static int Main ()
        {
                new Driver().Repro ();
                return 0;