blob: ca9b94e00b790384bf2ef335356a5f258974314f [file] [log] [blame]
// PR c++/26122
struct A
{
template<int> void foo() = 1; // { dg-error "pure" }
};