// { dg-do compile { target c++14 } }

auto f();

template <class T> auto f(T);
