source: trunk/binutils/ld/testsuite/ld-elfweak/foo1b.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: 64 bytes
Line 
1int deallocate_foo;
2
3int *
4foo ()
5{
6 return &deallocate_foo;
7}
Note: See TracBrowser for help on using the repository browser.