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
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic166.C
blob
91455cbf03750181183668bab3241a712d24d010
1
// PR c++/67318
2
// { dg-do compile { target c++11 } }
3
4
template<signed...>
5
struct MyStruct1;
6
7
template<unsigned...>
8
struct MyStruct2;
9
10
template<short...>
11
struct MyStruct3;
12
13
template<long...>
14
struct MyStruct4;