Wed Mar 12 21:44:19 1997 Eric Youngdale <eric@andante.jic.com>
[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 }