add missing function
authorJason Merrill <jason@gcc.gnu.org>
Fri, 15 Jun 2001 11:45:27 +0000 (07:45 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 15 Jun 2001 11:45:27 +0000 (07:45 -0400)
From-SVN: r43397

gcc/testsuite/g++.old-deja/g++.pt/ptrmem2.C

index c6927d1947219260d6d2439f61418190d7739f39..1f254e93c311d7d623f5114bddc0a4e2e0eb3d4d 100644 (file)
@@ -31,6 +31,11 @@ S* S::g()
   return this;
 }
 
+S* S::h()
+{
+  return this;
+}
+
 int main()
 {
   S s;