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
/
pr13250-2.c
blob
af8268bda9ceb06ead88ced5b28b87c5cc7b53cc
1
extern
int
common1
[
8
];
2
3
extern
void
foo
();
4
5
int
6
bar
()
7
{
8
foo
();
9
return
common1
[
4
];
10
}