OSDN Git Service

revert accidentally committed changes
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / pr27019.C
1
2 // { dg-do compile }
3 // { dg-options "" }
4
5 struct A
6 {
7             int i;
8                 int z[1];
9 };
10
11 A a = { z:{} }; // { dg-message "unimplemented" }