Fix initialisation of debug_line_pointer_sizes array so that it is done as needed
[binutils.git] / 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 ();