source: trunk/binutils/ld/testsuite/ld-elfweak/bar.c

Last change on this file was 607, checked in by bird, 22 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: 137 bytes
Line 
1#include <stdio.h>
2
3extern void foo ();
4extern void foobar ();
5
6void
7foo ()
8{
9 printf ("strong foo\n");
10}
11
12void
13foobar ()
14{
15 foo ();
16}
Note: See TracBrowser for help on using the repository browser.