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