ctor3.C   [plain text]


// PR c++/14401

struct S {
  S() {} // { dg-error "" }
  const int i;
};