Sign in
gnu
/
binutils-gdb
/
b1ac644a05245de73b84c23fa6a24eb039a727d7
/
.
/
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
;