blob: 8428d3d120a38ce0c1322e0f7a3bfa3467c7926b [file] [log] [blame]
enum a { b, c };
struct d {
_Bool e;
enum a f
};
g, h;
i() {
struct d j[h];
j[0] = (struct d){.f = c};
for (; g;)
(struct d){};
}