binutils-gdb/ld/testsuite/ld-elfvers/vers2.c
1999-05-03 07:29:11 +00:00

11 lines
175 B
C

/*
* Test function. This is built into a shared library, and references a
* versioned symbol foo that is in test.so.
*/
void
show_xyzzy()
{
printf("%d", show_foo());
}