]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.dg/cpp0x/variadic153.C
PR c++/92590 - wrong handling of inherited default ctor.
[gcc.git] / gcc / testsuite / g++.dg / cpp0x / variadic153.C
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>();
This page took 0.041689 seconds and 5 git commands to generate.