1 // PR c++/14401
2 
3 struct S {
SS4   S() {} // { dg-error "" }
5   const int i;
6 };
7