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-ctf
/
cross-tu-1.c
blob
907d071d64e9d6265df80416bbc691092930d1bb
1
struct
B
2
{
3
int
foo
;
4
};
5
6
struct
A
7
{
8
long
a
;
9
struct
B
*
foo
;
10
};
11
12
static struct
A
*
foo
__attribute__
((
used
));