OSDN Git Service

PR c++/53549
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / template / operator8.C
1 //PR c++/27494
2
3 struct A
4 {
5     template<operator+> void foo() {}   // { dg-error "identifier|non-function|template arguments" }
6 };