blob: 72f6150a8820a712fae504e918bec9f189d5e5ab [file] [log] [blame]
// Build don't link:
// GROUPS passed error-messages
class X {
public:
static int x;// ERROR - previous.*
static int y;// ERROR - previous.*
};
unsigned X::x;// ERROR - conflict.*
unsigned X::y;// ERROR - conflict.*