Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
pr85014.C
blob: 0a3b241cebd902db746fc52d589c2296b25008af [
file
] [
log
] [
blame
]
// { 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" }