blob: 04154f40cd52aa941129ea845d7df1be5ae01871 [file] [log] [blame]
// PR c++/58535
struct A
{
template<int> virtual void foo(); // { dg-error "templates" }
};