overload18.C   [plain text]


// { dg-do assemble  }
// pushdecl gets confused by this.

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