5 lines
189 B
C
5 lines
189 B
C
/* PR c/9928 */
|
|
/* { dg-do compile } */
|
|
|
|
enum { CODES }; /* { dg-message "note: previous definition" } */
|
|
enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */
|