blob: 674fc4fa6791eca5071d2916b45a8039d82775c1 [file] [log] [blame]
// { dg-do compile }
// { dg-options "-fshow-column" }
// GROUPS passed old-abort
class Graph { // { dg-error "1:new types|1: note: \\(perhaps" }
public:
unsigned char N;
Graph(void) {} // { dg-error "7:'Graph" }
}
Graph::Graph(void) // { dg-error "18:return type|1: error: redefinition" }
{ N = 10;
}