blob: 3e32bf6407b6be79a9732c9ee6a2f598dd5c8591 [file] [log] [blame]
// PR c++/58610
// { dg-do compile { target c++11 } }
struct A
{
template<typename> A();
};
constexpr A a; // { dg-error "literal|matching" }