Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
CXX
/
temp
/
temp.spec
/
temp.expl.spec
/
p13.cpp
blob: fb6d1bed1f7153e79513cbff68e42e6004bf0807 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only %s
template
<
typename
T
>
void
f
(
T
);
template
<>
void
f
(
int
)
{
}
void
f
(
int
)
{
}