ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr28264.c
1 void
2 __attribute__ ((symver ("foo@VERSION.1")))
3 foo (void)
4 {
5 }
6
7 void
8 __attribute__ ((symver ("bar@@VERSION.1")))
9 bar1 (void)
10 {
11 }