Author: martin
Date: 2005-05-12 17:56:24 -0400 (Thu, 12 May 2005)
New Revision: 44476

Added:
   trunk/mcs/tests/test-379.cs
Log:
New test.


Added: trunk/mcs/tests/test-379.cs
===================================================================
--- trunk/mcs/tests/test-379.cs 2005-05-12 21:55:07 UTC (rev 44475)
+++ trunk/mcs/tests/test-379.cs 2005-05-12 21:56:24 UTC (rev 44476)
@@ -0,0 +1,16 @@
+using System;
+
+public class DeadCode {
+
+       public static void Main ()
+       {
+               SomeFunc ("...");
+       }
+
+       static public string SomeFunc (string str)
+       {
+               return str;
+               int i = 0, pos = 0;
+       }
+
+}

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to