blob: dfd491d4f04be697e560f20443b3b1f48b76325e [file] [log] [blame]
//PR c++/27670
template<operator+> void foo(); // { dg-error "before|non-function|template" }
void bar()
{
foo(); // { dg-error "no matching function" }
}