]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/ver_matching_def.cc
From Craig Silverstein: Handle quoted strings differently in version
[thirdparty/binutils-gdb.git] / gold / testsuite / ver_matching_def.cc
index 71d8d32fd551e2bc5f9d64e896d27f3d1c100140..2eba163ba7db045addc428ae388da5826478ab7e 100644 (file)
@@ -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
 };