ld: Add $NOSANTIZE_CFLAGS to more linker tests
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220lib.cc
1 #include "pr22220.h"
2
3 int* boo()
4 {
5 return goo ();
6 }