Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
c19ee3eb08ce1d77504d5fc27f7c44b94543221b
/
.
/
test
/
SemaTemplate
/
variadic-unsupported.cpp
blob: 98f217c768910a1d415675b005c721d75fb67067 [
file
] [
log
] [
blame
]
// RUN: clang-cc -fsyntax-only -verify %s
// Type parameter packs.
template
<
typename
...
>
struct
T1
{};
// expected-error{{variadic templates are only allowed in C++0x}}