1 // { dg-do compile { target c++11 } }
2 
3 struct A
4 {
5   constexpr int i;		// { dg-error "" }
6 };
7