Details | Compare with Previous | View Log
// PR c++/14401
struct S {
S() {} // { dg-error "" }
const int i;
};