// PR c++/95560
// { dg-do compile { target c++11 } }
template <typename> void fn1() {
bool ready;
enum class State { ready };
}
// PR c++/95560
// { dg-do compile { target c++11 } }
template <typename> void fn1() {
bool ready;
enum class State { ready };
}