binutils/tests/Regression/bz1117458-ld-from-devtoolset-copies-SONAME-to-DT-NEEDED/libfoo.c

4 lines
30 B
C
Raw Normal View History

int foo(void) {
return 10;
}