[runtime] Fix DISABLE_REFLECTION_EMIT build.
[mono.git] / mcs / tests / test-30.cs
index 56c8308c02b914f60ea5be8367adccf214700b29..340aeddf0fce24aaa24531f6f6613f64f821282c 100644 (file)
@@ -29,7 +29,7 @@ class X : IA, IB {
 
 class test {
 
-       static int Main ()
+       public static int Main ()
        {
                X x = new X ();