blob: 29d17b84b89b897c577e2570f97b1508a66255bf [file] [log] [blame]
//PR c++/27494
struct A
{
template<operator+> void foo() {} // { dg-error "identifier|non-function|template arguments" }
};