1 2 3 4 5 6
//PR c++/27494 struct A { template<operator+> void foo() {} // { dg-error "identifier|non-function|template arguments" } };