Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg01 / x3.cc
1 #include "x3.h"
2
3 void foo()
4 {
5   (new Info<PP>)->p(new PP);
6   (new Info<QQ>)->p(new QQ);
7 }