FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.dg / parse / operator1.C
blob3a534d182cd13e9e6be25e8018203806a41962af
1 /* PR c++/8982 */
2 /* { dg-do compile } */
3 namespace foo {
4   template<class X>
5   int operator- (X x);
7  
8 int main() {
9   using foo::operator-;  // syntax error under gcc 3.2