gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-undefined / undefined.c
CommitLineData
252b5132
RH
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}
This page took 0.877125 seconds and 4 git commands to generate.