Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
variadic153.C
blob: 42a92f6b2cc109fc4790ec2c222b52651bea28e5 [
file
] [
log
] [
blame
]
// PR c++/58648
// { dg-require-effective-target c++11 }
template
<
int
,
typename
...
T
,
T
...>
int
foo
();
int
i
=
foo
<
0
>();