URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gdb-7.2/] [gdb/] [testsuite/] [gdb.hp/] [gdb.objdbg/] [objdbg01/] [x3.h] - Rev 861
Go to most recent revision | Compare with Previous | Blame | View Log
template <class T> class Info { public: void p(T *x); }; template <class T> void Info<T>::p(T *x) { x->print(); } class PP { public: void print(); }; class QQ { public: void print(); };
Go to most recent revision | Compare with Previous | Blame | View Log