]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr18458b.c
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr18458b.c
1 extern void a (void);
2 void
3 b (void)
4 {
5 a();
6 }