PR27311, (symbol from plugin): undefined reference, hidden sym
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr15323b.c
1 extern int x;
2
3 void foobar (void) { x--; }