ld: Add $NOSANTIZE_CFLAGS to more linker tests
[binutils-gdb.git] / ld / testsuite / ld-plugin / lto-17b.c
1 extern void bar(void) __attribute__((__visibility__("hidden")));
2
3 void foo (void)
4 {
5 bar ();
6 }