* gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / ovldbreak.cc
index 9a5b5cbf7c7bb6b837e3221edd413a81733da294..7aa1f2f53eea0c96d3a91365e143b7a88111897b 100644 (file)
@@ -174,4 +174,11 @@ int foo::overloadargs (int a1, int a2, int a3, int a4, int a5, int a6, int a7,
                           a10 = a11 = 0; return 11;}
 
 
+void foo::foofunc (int a)
+{
+}
+
+void foo::foofunc (int b, signed char *c)
+{
+}
 
This page took 0.02495 seconds and 4 git commands to generate.