/* This file is used to test the linker's reporting of undefinedsymbols. */extern int this_function_is_not_defined ();intfunction (){return this_function_is_not_defined ();}
/* This file is used to test the linker's reporting of undefinedsymbols. */extern int this_function_is_not_defined ();intfunction (){return this_function_is_not_defined ();}