This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers7.c
1 /*
2 * Test program that goes with test7.so
3 */
4
5
6 int
7 main()
8 {
9 return hide_a(1) + show_b(1);
10 return 0;
11 }
This page took 0.029651 seconds and 4 git commands to generate.