FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg13.C
blob77560b338651384e4b0312b69b8971d92a91d2c5
1 // Bug: g++ does overloading on a function-by-function basis.
3 void
4 f ()
6   void (*fp)(void);
7   {
8     extern void g ();
9   }
10   fp = g;       /* ERROR - no 'g' in scope */