llvm-for-llvmta/tools/clang/test/CXX/temp/temp.spec/temp.expl.spec/p13.cpp
Nils Hölscher 7f403f4f1e added clang
2022-04-25 13:02:35 +02:00

7 lines
113 B
C++

// RUN: %clang_cc1 -fsyntax-only %s
template<typename T> void f(T);
template<> void f(int) { }
void f(int) { }