summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvers/vers7.c
blob: d25b7e00628b349355f29a2aef90d2bc7f576d35 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Test program that goes with test7.so
 */


int
main()
{
  return hide_a(1) + show_b(1);
  return 0;
}