Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic166.C
blob: 91455cbf03750181183668bab3241a712d24d010 [
file
] [
log
] [
blame
]
// PR c++/67318
// { dg-do compile { target c++11 } }
template
<
signed
...>
struct
MyStruct1
;
template
<
unsigned
...>
struct
MyStruct2
;
template
<
short
...>
struct
MyStruct3
;
template
<
long
...>
struct
MyStruct4
;