1 // PR c++/59571
2 // { dg-do compile { target c++11 } }
3 
4 template <class>
5 struct foo
6 {
7   static constexpr int bar{(int)-1};
8 };
9