binutils-gdb/ld/testsuite/ld-undefined/undefined.c

11 lines
189 B
C
Raw Normal View History

1999-05-03 09:29:11 +02:00
/* This file is used to test the linker's reporting of undefined
symbols. */
extern int this_function_is_not_defined ();
int
function ()
{
return this_function_is_not_defined ();
}