blob: 820168d221d92eee05215ec1d53d3eaa0d68035a [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "" } */
struct str {};
struct {
struct str b;
float c[1];
int d[1];
float e[2];
int f[1];
} a = {{}, 0, {0.5}, 0, 0, {0}};