19990502 sourceware import
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers3.c
1 /*
2 * Main program for test1, test2.
3 */
4
5 int
6 main()
7 {
8 printf("%d\n", show_foo());
9 return 0;
10 }
This page took 0.029398 seconds and 4 git commands to generate.