1// { dg-do compile { target c++14 } }
2
3auto f();
4
5template <class T> auto f(T);
6