Merge pull request #4931 from kumpera/com-interop-fix
[mono.git] / mcs / tests / gtest-062.cs
index 2822e169f93ed0068837ed7253a17492a97927e7..0e4a54d4479d1cd0b0cb4856cdf573677a59dd3a 100644 (file)
@@ -10,7 +10,7 @@ class X
                }
         }
 
-       static int Main ()
+       public static int Main ()
        {
                X x = new X ();
                int sum = 0;