aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/overload18.C
blob: d4d9ec14b7e4beb98daef386d827b42a49dab239 (plain)
1
2
3
4
5
6
// pushdecl gets confused by this.
// Build don't link:

void f ();
void f (int, int);
template <class T> T f (T) { }