1// { dg-do assemble  }
2// pushdecl gets confused by this.
3
4void f ();
5void f (int, int);
6template <class T> T f (T) { }
7