PR c++/55137
[official-gcc.git] / gcc / testsuite / g++.dg / init / ctor3.C
blob1678aaf2c4d27028458589509ee0c9d3e423a6c5
1 // PR c++/14401
3 struct S {
4   S() {} // { dg-error "" }
5   const int i;
6 };