]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elf/pr9676-3.c
Remove bfd_stdint.h
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / pr9676-3.c
1 extern int foo (void) __attribute__((section (".gnu.linkonce.t.1"), weak));
2
3 int
4 foo (void)
5 {
6 return 1;
7 }