repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic40.C
blob
e62d62cc1b6442f3a9e52294a37f8f1515daa461
1
// { dg-do compile { target c++11 } }
2
template<typename... Values, typename T> // { dg-error "end" }
3
struct backward_tuple {};