ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18900a.c
blobfa2fc06c935812271c83d96bc89d0ea7b4b29414
1 #include <stdio.h>
3 void
4 foo (void)
6 printf ("OK\n");
9 void *
10 bar (void)
12 foo ();
13 return &foo;