[gdb/testsuite] Fix DUPLICATE in gdb.arch/pr25124.exp
[binutils-gdb.git] / ld / testsuite / ld-plugin / lto-11c.c
blob8cd40b95ec73ff77daca910063ec4d11cf89a0dd
1 extern int printf(const char *, ...);
3 void bar(void)
5 printf("Hello from %s!\n", __FUNCTION__);