source: trunk/binutils/ld/testsuite/ld-elfvers/vers7.c

Last change on this file was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 150 bytes
Line 
1/*
2 * Test program that goes with test7.so
3 */
4
5extern int hide_a();
6extern int show_b();
7
8int
9main()
10{
11 return hide_a(1) + show_b(1);
12 return 0;
13}
Note: See TracBrowser for help on using the repository browser.