PR26806, Suspected linker bug with LTO
[deliverable/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 }
This page took 0.032224 seconds and 4 git commands to generate.