ld/testsuite: Disable non-PIC shared library tests on ARM
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers3.c
1 /*
2 * Main program for test1, test2.
3 */
4 #include <stdio.h>
5
6 extern int show_foo ();
7
8 int
9 main()
10 {
11 printf("%d\n", show_foo());
12 return 0;
13 }
This page took 0.029967 seconds and 4 git commands to generate.