blob: c2eba54a5c7604665eabe4183916efe4c291ff1f [file] [log] [blame]
// { dg-require-effective-target alloca }
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){};
}