blob: 024566fc2c870338279771045c084edbff8d57a4 [file] [log] [blame]
// Build don't link:
// GROUPS passed miscellaneous-bugs
class X {
public:
enum e {
New,// ERROR - conflicts with other.*
}; // ERROR - comma
static int New(int);// ERROR - declaration.*
};
int main() {}