Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
refs/heads/release/2.6.x
/
.
/
clang
/
test
/
SemaTemplate
/
variadic-parse.cpp
blob: e1d1b1f98db2ba7d4fcb6b2e08f24f39f7ae1ee1 [
file
] [
log
] [
blame
] [
edit
]
// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x
// Parsing type parameter packs.
template
<
typename
...
Args
>
struct
T1
{};
template
<
typename
...
>
struct
T2
{};