Sign in
gnu
/
binutils-gdb
/
2e8adb6448c78fdb748c13c7859b68f3e7984c4d
/
.
/
ld
/
testsuite
/
ld-ctf
/
A-2.c
blob: 1484983fe8a4e1919917d109c5ed9b9968da517f [
file
] [
log
] [
blame
]
struct
A
{
struct
B
*
b
;
int
wombat
;
};
static
struct
A a __attribute__
((
used
));