This commit was manufactured by cvs2svn to create branch 'binutils-
[external/binutils.git] / gold / testsuite / ver_matching_def.cc
index 71d8d32..b654dff 100644 (file)
@@ -1,6 +1,6 @@
 // ver_matching_def.cc - test matching rules in version_script.map
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <ccoutant@google.com>.
 
 // This file is part of gold.
@@ -28,6 +28,10 @@ void foo1() {} // local
 void bar() {} // V1
 void bar1() {} // global
 
+void baz(int*) {}          // V1
+void baz(int*, char) {}    // global
+void baz(char*, int) {}    // global
+
 extern "C" {
 void bar2() {}  // V1
 };