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


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