Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
94c1cdcb0a23fee5845d9ecf0c964013f600e450
/
.
/
test
/
SemaTemplate
/
variadic-class-template-1.cpp
blob: b811423e1f57786ae918a7603514c9526844d974 [
file
] [
log
] [
blame
]
Anders Carlsson
9c4c5c8
2009-06-12 22:30:13 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x
2
3
template
<
typename
...
Args
=
int
>
struct
S
{
};
// expected-error{{template parameter pack cannot have a default argument}}