(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
enum27.C
// PR c++/53745
// { dg-do compile { target c++11 } }

enum E : unsigned { e = -1 };  // { dg-error "outside the range" }