This commit was manufactured by cvs2svn to create branch 'gdb_7_0-branch'.
[external/binutils.git] / gdb / testsuite / gdb.hp / gdb.objdbg / objdbg02 / x3.cc
1 #include <stdio.h>
2
3 void foo3()
4 {
5   printf("In foo3.\n");
6 }