source: trunk/binutils/ld/testsuite/ld-elfvers/vers3.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: 143 bytes
Line 
1/*
2 * Main program for test1, test2.
3 */
4#include <stdio.h>
5
6extern int show_foo ();
7
8int
9main()
10{
11 printf("%d\n", show_foo());
12 return 0;
13}
Note: See TracBrowser for help on using the repository browser.