PR c++/85765 - SFINAE and non-type default template arg.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / enum27.C
blob80ac98fc3d832dfe1a6d8ae717c769fd25320702
1 // PR c++/53745
2 // { dg-do compile { target c++11 } }
4 enum E : unsigned { e = -1 };  // { dg-error "outside the range" }