ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-elf / needed3.c
blobcbb9d564d63977fda199b200419ba30e92914e2b
1 extern void foo (void);
3 int
4 main ()
6 foo ();
7 return 0;