Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / g++.dg / template / operator8.C
blob29d17b84b89b897c577e2570f97b1508a66255bf
1 //PR c++/27494
3 struct A
5     template<operator+> void foo() {}   // { dg-error "identifier|non-function|template arguments" }
6 };