diff options
Diffstat (limited to 'gdb/testsuite/gdb.c++/templates.cc')
-rw-r--r-- | gdb/testsuite/gdb.c++/templates.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.c++/templates.cc b/gdb/testsuite/gdb.c++/templates.cc index ce4481a..12e102f 100644 --- a/gdb/testsuite/gdb.c++/templates.cc +++ b/gdb/testsuite/gdb.c++/templates.cc @@ -283,10 +283,10 @@ void h(long double = 4.33e33) { } #endif */ -void printf(const char *format, ... ) -{ - // elipsis -} + + + + class T1 { public: |