[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git] / gcc / testsuite / g++.dg / init / array19.C
bloba5f124e21ced5fc13914213ab99bbd875c553348
1 // { dg-do compile }
2 // { dg-options "" }
3 double a[0] = { };
4 const double b[0][1] = { };