1 // { dg-do compile { target c++11 } }
2 // { dg-options "" }
3 
4 struct {
5   short a[__builtin_constant_p([] {
6     struct {
7       int b = b;
8       };  // { dg-error "abstract declarator" }
9   })];
10 };  // { dg-error "abstract declarator" }
11