Sign in
gnu
/
binutils-gdb
/
ed5f67b8f75c46b7a264d38f4f1d98adfc3b976c
/
.
/
ld
/
testsuite
/
ld-ctf
/
cross-tu-1.c
blob: 907d071d64e9d6265df80416bbc691092930d1bb [
file
] [
log
] [
blame
]
struct
B
{
int
foo
;
};
struct
A
{
long
a
;
struct
B
*
foo
;
};
static
struct
A
*
foo __attribute__
((
used
));