Improve plugin error handling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-plugin / func.c
1
2 extern int retval;
3
4 int func (void)
5 {
6 return retval;
7 }
This page took 0.028761 seconds and 4 git commands to generate.