1 // PR c++/58637
2 // { dg-do compile { target c++14 } }
3 
4 template<> void foo(auto); // { dg-error "auto|not a template" }
5