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