source: trunk/binutils/ld/testsuite/ld-undefined/undefined.c

Last change on this file was 10, 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: 189 bytes
Line 
1/* This file is used to test the linker's reporting of undefined
2 symbols. */
3
4extern int this_function_is_not_defined ();
5
6int
7function ()
8{
9 return this_function_is_not_defined ();
10}
Note: See TracBrowser for help on using the repository browser.