Limit multi-byte nop instructions to 10 bytes
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg01 / x3.h
CommitLineData
7be570e7
JM
1
2template <class T>
3class Info {
4public:
5 void p(T *x);
6};
7
8template <class T>
9void Info<T>::p(T *x)
10{
11 x->print();
12}
13
14class PP {
15public:
16 void print();
17};
18
19class QQ {
20public:
21 void print();
22};
This page took 1.436583 seconds and 4 git commands to generate.