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