source: trunk/binutils/ld/testsuite/ld-elfweak/main1.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: 118 bytes
Line 
1#pragma weak deallocate_foo
2int deallocate_foo = 1;
3
4extern void foobar ();
5
6int
7main ()
8{
9 foobar ();
10 return 0;
11}
Note: See TracBrowser for help on using the repository browser.