blob: 4a3aaab0e5c4276851152b3b75da9349bcd7be9a [file] [log] [blame]
struct foo;
typedef struct bar {
struct foo {
int foo;
} u;
} bar_t;
struct baz {
struct foo f;
};