Initial revision
[binutils.git] / ld / testsuite / ld-elfvers / vers2.c
blobd6a537ea4fa94f8c06b0f87c35f9758d02600d57
1 /*
2 * Test function. This is built into a shared library, and references a
3 * versioned symbol foo that is in test.so.
4 */
6 void
7 show_xyzzy()
9 printf("%d", show_foo());