Revert 'Remove unused struct serial::name field'
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / pr22220.h
CommitLineData
1a3b5c34
AM
1extern int doo();
2
3inline int *goo() {
4 static int xyz;
5 return &xyz;
6}
7
8int *boo();
This page took 0.118816 seconds and 4 git commands to generate.