blob: 514cca59c33208a12fca62993686ddb560422039 [file] [log] [blame]
// { dg-do compile { target c++11 } }
struct A
{
static constexpr A a = 1; // { dg-error "incomplete" }
constexpr A(int i) { }
};