2001-05-25 H.J. Lu <hjl@gnu.org>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers16.c
CommitLineData
252b5132
RH
1int show_bar ()
2{
3 return 0;
4}
5extern int show_foo ();
6
7int main ()
8{
9 return show_foo ();
10}
This page took 0.07236 seconds and 4 git commands to generate.