PR27311, (symbol from plugin): undefined reference, hidden sym
[binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220.h
1 extern int doo();
2
3 inline int *goo() {
4 static int xyz;
5 return &xyz;
6 }
7
8 int *boo();