binutils-gdb/ld/testsuite/ld-elfvers/vers2.c

11 lines
175 B
C
Raw Normal View History

1999-05-03 15:29:11 +08:00
/*
* 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());
}