blob: 9e4f8beadb4d920dc5075bbdbf96f45ea4f01909 [file] [log] [blame]
template <class T> void f(T); // { dg-message "void f" }
template <> int f(int); // { dg-error "does not match" }