fixes for host gcc 4.6.1
[zpugcc/jano.git] / toolchain / binutils / ld / testsuite / ld-undefined / undefined.c
blobef2aec6d6e558c401dc7573e3b615edb6cb75edf
1 /* This file is used to test the linker's reporting of undefined
2 symbols. */
4 extern int this_function_is_not_defined ();
6 int
7 function ()
9 return this_function_is_not_defined ();