Add test for 77147
authorMiguel de Icaza <miguel@gnome.org>
Wed, 4 Jan 2006 17:39:44 +0000 (17:39 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Wed, 4 Jan 2006 17:39:44 +0000 (17:39 -0000)
svn path=/trunk/mcs/; revision=55059

mcs/tests/test-482.cs [new file with mode: 0644]

diff --git a/mcs/tests/test-482.cs b/mcs/tests/test-482.cs
new file mode 100644 (file)
index 0000000..a7eaa98
--- /dev/null
@@ -0,0 +1,11 @@
+//
+// This is a test case for 77147
+//
+class X {
+        public void M4(int arg) { }
+        public void M4(int arg, __arglist) { }
+
+       static void Main ()
+       {
+       }
+}