Sign in
llvm
/
clang
/
337cba4b3e17b98cfa512dfd12e57f4ccb0859be
/
.
/
test
/
CXX
/
temp
/
temp.spec
/
temp.expl.spec
/
p13.cpp
blob: 63cf9f5e50d12c2552841faec355a21d50b464ef [
file
]
// RUN: clang-cc -fsyntax-only %s
template
<
typename
T
>
void
f
(
T
);
template
<>
void
f
(
int
)
{
}
void
f
(
int
)
{
}