Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-364.cs
index d27786db7a9fc9e02efe7a287112d6cf6cf27b5e..dbfb6e142eea5cd3dcace2f0b936c0a402abde45 100644 (file)
@@ -9,7 +9,7 @@ class X {
 
        delegate int Foo ();
        
-       static int Main ()
+       public static int Main ()
        {
                int x = t1 (1);
                if (x != 1)
@@ -41,7 +41,7 @@ class X {
        // This is just here to check that it compiles, but the logic is the
        // same as the ones before
        
-       static void Main2 (string[] argv)
+       public static void Main2 (string[] argv)
        {
                Console.WriteLine ("Test");