source: trunk/binutils/ld/testsuite/ld-elfvers/vers16a.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: 74 bytes
Line 
1int show_bar ()
2{
3 return 1;
4}
5int show_foo ()
6{
7 return show_bar ();
8}
Note: See TracBrowser for help on using the repository browser.