blob: 5bbe19cd2248b56508a698b844c41b90ba27651f [file] [log] [blame]
/* PR c/9928 */
/* { dg-do compile } */
enum { CODES }; /* { dg-error "previous definition" } */
enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */