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

struct A
{
  template<typename> A();
};

constexpr A a;  // { dg-error "literal|matching" }