Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gdb6 / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg01 / x3.h
blobd03a5503c5e9405c5fd4cc422102b5426e7c7004
2 template <class T>
3 class Info {
4 public:
5 void p(T *x);
6 };
8 template <class T>
9 void Info<T>::p(T *x)
11 x->print();
14 class PP {
15 public:
16 void print();
19 class QQ {
20 public:
21 void print();