blob: adadc588579d60ab293a8566fcd687e7fe6dfb7d [file] [log] [blame]
//PR c++/27494
struct A
{
template<operator+> void foo() {} // { dg-error "14:declaration" }
// { dg-error "expected|template" "" { target *-*-* } .-1 }
};