1 // PR c++/58607
2 // { dg-do compile { target c++11 } }
3 
4 struct A
5 {
AA6   constexpr A() { i; }  // { dg-error "declared|empty body" }
7 };
8