* ld-elfvers/vers.exp: Use -rpath in new vers19 test.
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers2.c
1 /*
2 * Test function. This is built into a shared library, and references a
3 * versioned symbol foo that is in test.so.
4 */
5
6 void
7 show_xyzzy()
8 {
9 printf("%d", show_foo());
10 }