OSDN Git Service

2011-02-20 Paolo Carlini <paolo.carlini@oracle.com>
[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 };