aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr69522.c
blob: 452a1ae1b0353492f6623f933ab1deb8736e9c0d (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
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}};