Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / init / array0.C
blob235cdf0deb910fc3e9254fcfdc9b0ac83f643dc4
1 // { dg-do compile }
2 // { dg-options "" }
3 // PR C++/24138
5 void foo()
7   typedef struct {
8     unsigned char dir;
9     int data[0];
10   } yanito;
11   static const yanito horse = { 1,  { 2,  3 }  }; // { dg-error "too many" }