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
Updated Malay translation for the bfd sub-directory
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-ctf
/
cross-tu-cyclic-1.c
blob
658e2c6f58def1a3b3a878ae62ac05c22bbfa8f5
1
struct
A
;
2
struct
B
3
{
4
int
foo
;
5
struct
A
*
bar
;
6
};
7
8
struct
A
9
{
10
long
a
;
11
struct
B
*
foo
;
12
};
13
14
static struct
A
*
foo
__attribute__
((
used
));