* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-11b.c
1 extern int printf(const char *, ...);
2
3 void foo(void)
4 {
5 printf("Hello from %s!\n", __FUNCTION__);
6 }
This page took 0.028374 seconds and 4 git commands to generate.