/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / auto-fn7.C
blob3bef5987ac226c49d7c6eeada7f1e364e88fd218
1 // { dg-do compile { target c++14 } }
3 auto f();
5 template <class T> auto f(T);