Sign in
gnu
/
binutils-gdb
/
7110a5d8e8523b6ecd1d97ab3936cdea03bf7b39
/
.
/
libctf
/
testsuite
/
libctf-lookup
/
ambiguous-struct-B.c
blob: 95a9346963f1cd9f2ae4a845d897809265b712db [
file
] [
log
] [
blame
]
struct
A
;
struct
B
{
struct
A
*
a
;
};
struct
A
{
struct
B b
;
int
foo
;
struct
B b2
;
};
static
struct
A a __attribute__
((
__used__
));