summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/overload18.C
blob: 3fb9799157b6cad926aca16e7c0670b69af0b601 (plain)
1
2
3
4
5
6
// { dg-do assemble  }
// pushdecl gets confused by this.

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