/cp
[official-gcc.git] / gcc / testsuite / g++.dg / cpp1y / pr58637.C
blobcaa60af6306d3ea3680c52437708fc534cb7bdd1
1 // PR c++/58637
2 // { dg-do compile { target c++14 } }
4 template<> void foo(auto); // { dg-error "auto|not a template" }