Merge branch 'master' into amd-common
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr24486b.c
1 extern void bar (void) __attribute__((weak));
2
3 void
4 foo (void)
5 {
6 if (bar)
7 bar ();
8 }
This page took 0.031886 seconds and 4 git commands to generate.