blob: a1573a70059d22bd03d09588757791a9ca2e06c9 [file] [log] [blame]
struct foo
{
union
{
struct
{
int bar;
};
};
union
{
struct
{
int baz;
struct foo *foo;
};
};
};
struct foo *bar;