Sign in
fuchsia
/
third_party
/
binutils-gdb
/
refs/heads/upstream/gdb-12-branch
/
.
/
ld
/
testsuite
/
ld-ctf
/
A-2.c
blob: 1484983fe8a4e1919917d109c5ed9b9968da517f [
file
] [
log
] [
blame
] [
edit
]
struct
A
{
struct
B
*
b
;
int
wombat
;
};
static
struct
A a __attribute__
((
used
));