(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
pr85014.C
// { dg-do compile { target c++11 } }
// { dg-options "" }

struct {
  short a[__builtin_constant_p([] {
    struct {
      int b = b;
      };  // { dg-error "abstract declarator" }
  })];
};  // { dg-error "abstract declarator" }