Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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" }