brintos

brintos / llvm-project-archived public Read only

0
0
Text · 113 B · fb6d1be Raw
7 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only %s2 3template<typename T> void f(T);4 5template<> void f(int) { }6void f(int) { }7