blob: 80ac98fc3d832dfe1a6d8ae717c769fd25320702 [file] [log] [blame]
// PR c++/53745
// { dg-do compile { target c++11 } }
enum E : unsigned { e = -1 }; // { dg-error "outside the range" }