* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[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 }