Daily bump.
[official-gcc.git] / gcc / testsuite / g++.dg / template / operator9.C
blobc1303efa4cf86fb0856275eba8bc38cedfbbe192
1 //PR c++/27670
3 template<operator+> void foo(); // { dg-error "10:declaration" }
4 // { dg-error "expected|template" "" { target *-*-* } .-1 }
6 void bar()
8   foo();                        // { dg-error "no matching function" }