(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
constexpr-ice13.C
// PR c++/59571
// { dg-do compile { target c++11 } }

template <class>
struct foo
{
  static constexpr int bar{(int)-1};
};