blob: d14d32b0e8c0bd9e221bde7fc330ad04bfbc6710 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed miscellaneous-bugs
class X {
public:
enum e {
New,// { dg-error "" } conflicts with other.*
}; // { dg-error "" } comma
static int New(int);// { dg-error "" } declaration.*
};
int main() {}