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