ld: Add $NOSANTIZE_CFLAGS to more linker tests
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr12760a.c
1 extern void bar ();
2
3 void
4 foo ()
5 {
6 bar ();
7 }