ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr14862-1.c
blob258a8347ce52d07e19b16d6d350799e3c2b2806c
1 extern void bar () __attribute__((weak));
3 int
4 main (void)
6 if (bar)
7 bar ();
8 return 0;