repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git]
/
main
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic153.C
blob
42a92f6b2cc109fc4790ec2c222b52651bea28e5
1
// PR c++/58648
2
// { dg-require-effective-target c++11 }
3
4
template<int, typename...T, T...> int foo();
5
6
int i = foo<0>();