blob: 63cf9f5e50d12c2552841faec355a21d50b464ef [file]
// RUN: clang-cc -fsyntax-only %s
template<typename T> void f(T);
template<> void f(int) { }
void f(int) { }