llvm-for-llvmta/tools/clang/test/CXX/temp/temp.spec/temp.expl.spec/p13.cpp

7 lines
113 B
C++
Raw Normal View History

2022-04-25 13:02:35 +02:00
// RUN: %clang_cc1 -fsyntax-only %s
template<typename T> void f(T);
template<> void f(int) { }
void f(int) { }