Merge pull request #5675 from mono/glib-debug-symbols
[mono.git] / mcs / tests / test-269.cs
index 3b4eca845134fb7bc1265296c7ce1c7a22f2cb06..2720cbb8fc8c844f4c386683c64b3379e6a4956d 100644 (file)
@@ -135,7 +135,7 @@ class Class1
                return new Result (result);
        }
 
-       static int Main (string[] args)
+       public static int Main (string[] args)
        {
                int result = AddABunchOfInts (__arglist ( 2, 3, 4 ));
                Console.WriteLine ("Answer: {0}", result);