Sign in
gnu
/
binutils-gdb
/
ea3002bc4d2a3c8ad284041f8a7dd08472c3f5fa
/
.
/
libctf
/
testsuite
/
libctf-regression
/
type-add-unnamed-struct-ctf.c
blob: a1573a70059d22bd03d09588757791a9ca2e06c9 [
file
] [
log
] [
blame
]
struct
foo
{
union
{
struct
{
int
bar
;
};
};
union
{
struct
{
int
baz
;
struct
foo
*
foo
;
};
};
};
struct
foo
*
bar
;