ld: Extract _bfd_elf_link_iterate_on_relocs
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr26806.c
1 #include <unistd.h>
2 int foo (int x) { if (__builtin_constant_p (x)) return getpid (); return 0; }