Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/decl-3.c
2023-03-06 14:48:14 +01:00

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