* ld-plugin/lto.exp (Build pr15146b.so) Add -Wl,--no-as-needed.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / lto-3b.c
1 #include <stdio.h>
2
3 void foo(void)
4 {
5 printf ("hello foo\n");
6 }
This page took 0.033882 seconds and 4 git commands to generate.