blob: 2a69450c1835628dd742e5ec033477f6b2b2498a [file] [log] [blame]
struct a;
struct a {
int b;
};
struct c {
int d;
};
struct c;