Mon Sep 28 21:31:12 1998 Richard Henderson <rth@cygnus.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers7.c
1 /*
2 * Test program that goes with test7.so
3 */
4
5
6 int
7 main()
8 {
9 return hide_a(1) + show_b(1);
10 }
This page took 0.029135 seconds and 4 git commands to generate.