PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / spec39.C
blob9e4f8beadb4d920dc5075bbdbf96f45ea4f01909
1 template <class T> void f(T);   // { dg-message "void f" }
2 template <> int f(int);         // { dg-error "does not match" }