ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / pr26391c.c
blobe5bf1c108d2405274639710ffd181573a3f6b363
1 #include <stdio.h>
3 static void
4 bar (void)
6 printf ("bar 2\n");
9 void *
10 bar2_p (void)
12 return bar;