repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr14862-1.c
blob
258a8347ce52d07e19b16d6d350799e3c2b2806c
1
extern
void
bar
()
__attribute__
((
weak
));
2
3
int
4
main
(
void
)
5
{
6
if
(
bar
)
7
bar
();
8
return
0
;
9
}