import gdb-1999-08-16 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg01 / x2.cc
1 #include "x3.h"
2 #include <stdio.h>
3
4 int acomm;
5
6 void PP::print()
7 {
8 printf("In PP::print()\n");
9 }
10
11 void QQ::print()
12 {
13 printf("In QQ::print()\n");
14 }
This page took 0.032662 seconds and 4 git commands to generate.