repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
daily update
[binutils.git]
/
ld
/
testsuite
/
ld-undefined
/
undefined.c
blob
ef2aec6d6e558c401dc7573e3b615edb6cb75edf
1
/* This file is used to test the linker's reporting of undefined
2
symbols. */
3
4
extern
int
this_function_is_not_defined
();
5
6
int
7
function
()
8
{
9
return
this_function_is_not_defined
();
10
}