http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[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 };