aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp1y/pr58637.C
blob: ecc92581140dce37dc02b0464e64cf720d9776ce (plain)
1
2
3
4
// PR c++/58637
// { dg-do compile { target c++1y } }

template<> void foo(auto); // { dg-error "auto|not a template" }