OSDN Git Service

2009-01-10 Sebastian Pop <sebastian.pop@amd.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / decl-3.c
1 /* PR c/9928 */
2 /* { dg-do compile } */
3
4 enum { CODES }; /* { dg-message "note: previous definition" } */
5 enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */