LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / decl-3.c
blobcba0b906db3ef17e8bb57de62abb37191ca93592
1 /* PR c/9928 */
2 /* { dg-do compile } */
4 enum { CODES }; /* { dg-message "note: previous definition" } */
5 enum { CODES }; /* { dg-error "conflicting types|redeclaration of enumerator" } */