Error on ld output file name matching input file name
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr22502b.c
1 extern volatile int x;
2
3 void foobar (void) { x--; }