rt_gccstream/gcc/testsuite/gcc.dg/decl-3.c

6 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" } */