Sign in
gnu
/
binutils-gdb
/
80b6c32f233ed28607643c4e4e4e2ee3399fdfd7
/
.
/
libctf
/
testsuite
/
libctf-lookup
/
unnamed-field-info-ctf.c
blob: 54d60f5b1956db1f758c523f14e2cc0d3a80f145 [
file
] [
log
] [
blame
]
struct
A
{
int
a
;
char
*
b
;
struct
{
struct
{
char
*
one
;
int
two
;
};
union
{
char
*
three
;
};
};
struct
{
int
four
;
};
union
{
struct
{
double
x
;
long
y
;
};
struct
{
struct
{
char
*
foo
;
}
z
;
float
aleph
;
};
};
};
struct
A used
;