* hppa.h (pa_opcodes): Use "cX" completer instead of "cx" in fstqx
[external/binutils.git] / ld / testsuite / ld-elfweak / foo1b.c
1 int deallocate_foo;
2
3 int *
4 foo ()
5 {
6   return &deallocate_foo;
7 }