2001-05-18 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers7.c
CommitLineData
252b5132
RH
1/*
2 * Test program that goes with test7.so
3 */
4
0cd9f5f0
ILT
5extern int hide_a();
6extern int show_b();
252b5132
RH
7
8int
9main()
10{
11 return hide_a(1) + show_b(1);
12 return 0;
13}
This page took 0.06917 seconds and 4 git commands to generate.