1 // PR c++/53745
2 // { dg-do compile { target c++11 } }
3 
4 enum E : unsigned { e = -1 };  // { dg-error "outside the range" }
5