binutils-gdb/ld/testsuite/ld-elfvers/vers7.c
1999-05-03 07:29:11 +00:00

12 lines
108 B
C

/*
* Test program that goes with test7.so
*/
int
main()
{
return hide_a(1) + show_b(1);
return 0;
}