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
/
variadic79a.C
blob
67376cc4f233b1014dc0302e1a9d67a99b30ca67
1
// PR c++/33213
2
// { dg-do compile { target c++11 } }
3
// { dg-options -fnew-ttp-matching }
4
5
template<template<typename> class...> struct A;
6
7
template<template<typename...> class... B> struct A<B...> {};