This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers19.c
1 #include <stdio.h>
2
3 extern int show_foo ();
4
5 int
6 main ()
7 {
8 printf ("%d\n", show_foo ());
9 return 0;
10 }
This page took 0.029857 seconds and 5 git commands to generate.