blob: d4d9ec14b7e4beb98daef386d827b42a49dab239 [file] [log] [blame]
// pushdecl gets confused by this.
// Build don't link:
void f ();
void f (int, int);
template <class T> T f (T) { }