Re: lto-18 test
[deliverable/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();
This page took 0.028739 seconds and 4 git commands to generate.