This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/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 show_xyzzy()
7 {
8 printf("%d", show_foo());
9 }
This page took 0.030186 seconds and 5 git commands to generate.