bolt/deps/llvm-18.1.8/clang/test/CXX/temp/temp.spec/temp.expl.spec/p13.cpp
2025-02-14 19:21:04 +01:00

6 lines
113 B
C++

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