blob: 3fb9799157b6cad926aca16e7c0670b69af0b601 [file] [log] [blame]
// { dg-do assemble }
// pushdecl gets confused by this.
void f ();
void f (int, int);
template <class T> T f (T) { }