FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / overload18.C
blobd4d9ec14b7e4beb98daef386d827b42a49dab239
1 // pushdecl gets confused by this.
2 // Build don't link:
4 void f ();
5 void f (int, int);
6 template <class T> T f (T) { }