Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-ice10.C
blob: 381b8a4ea3224e6cd0d4c455cb0bc9e1b5dcf476 [
file
] [
log
] [
blame
]
// PR c++/60225
// { dg-do compile { target c++11 } }
struct
A
{
constexpr
A
()
{}
static
constexpr
A a
[
2
]
=
{};
// { dg-error "22:elements of array 'constexpr const A A::a \\\[2\\\]' have incomplete type" }
};
// { dg-prune-output "storage size" }