19990502 sourceware import
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers16.c
1 int show_bar ()
2 {
3 return 0;
4 }
5 extern int show_foo ();
6
7 int main ()
8 {
9 return show_foo ();
10 }
This page took 0.029407 seconds and 4 git commands to generate.