enum3.C   [plain text]


// PR c++/28261

struct A {}; // { dg-error "A" }

A::A (enum { e }) {} // { dg-error "defined|match" }